diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-23 09:28:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-03-23 09:28:09 +0000 |
| commit | b936d929695c63b3636805672cccf069615c0f15 (patch) | |
| tree | f945b5b14b159af4e31077b6a4cd36053827cf2d /cscript | |
| parent | e340b96b4a33725e70e3703b0c60ba8da95bca3b (diff) | |
Missing ubuntu 16.04 dependencies.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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', |
