summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-30 22:46:29 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-30 22:46:29 +0000
commitca7a6e8f81ccb3cba1160c5dff9dd3b5749c29ca (patch)
treec7abc9d7ffa7f85ff04c40a53348f5a944618e3e /cscript
parent2faac3648f2fd4f3983878e1fd0569a944a5f55e (diff)
Add a whole bunch of missing debian stretch dependencies.
Diffstat (limited to 'cscript')
-rw-r--r--cscript11
1 files changed, 10 insertions, 1 deletions
diff --git a/cscript b/cscript
index e0fe5adb3..1d99e27c9 100644
--- a/cscript
+++ b/cscript
@@ -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',