summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-23 09:28:09 +0000
committerCarl Hetherington <cth@carlh.net>2017-03-23 09:28:09 +0000
commitb936d929695c63b3636805672cccf069615c0f15 (patch)
treef945b5b14b159af4e31077b6a4cd36053827cf2d /cscript
parente340b96b4a33725e70e3703b0c60ba8da95bca3b (diff)
Missing ubuntu 16.04 dependencies.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/cscript b/cscript
index 16ceeb65f..480f4b91b 100644
--- a/cscript
+++ b/cscript
@@ -67,7 +67,7 @@ deb_depends['14.04'].extend(['libboost-filesystem1.54.0',
'libboost-date-time1.54.0',
'libzip2',
'libcairomm-1.0-1',
- 'libpangomm-1.4-1',
+ 'libpangomm-1.4-1,'
'libicu52',
'libnettle4',
'libssh-4'])
@@ -80,6 +80,8 @@ deb_depends['16.04'].extend(['libboost-filesystem1.58.0',
'libxml++2.6-2v5',
'libboost-date-time1.58.0',
'libzip4',
+ 'libcairomm-1.0-1v5',
+ 'libpangomm-1.4-1v5',
'libwxgtk3.0-0v5',
'libicu55',
'libnettle6',