diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-30 22:46:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-30 22:46:29 +0000 |
| commit | ca7a6e8f81ccb3cba1160c5dff9dd3b5749c29ca (patch) | |
| tree | c7abc9d7ffa7f85ff04c40a53348f5a944618e3e /cscript | |
| parent | 2faac3648f2fd4f3983878e1fd0569a944a5f55e (diff) | |
Add a whole bunch of missing debian stretch dependencies.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -133,9 +133,18 @@ deb_depends['9'].extend(['libboost-filesystem1.62.0', 'libxml++2.6-2v5', 'libgtk2.0-0', 'libzip4', + 'libcairomm-1.0-1v5', + 'libpangomm-1.4-1v5', + 'libwxgtk3.0-0v5', + 'libxcb-xfixes0', + 'libxcb-shape0', + 'libasound2', 'libicu57', + 'libssh-4', + 'libssh-gcrypt-4', 'libnettle6', - 'libx264-148']) + 'libx264-148', + 'libpulse0']) deb_depends['unstable'] = copy.deepcopy(deb_depends_base) deb_depends['unstable'].extend(['libboost-filesystem1.62.0', |
