diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 12:34:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 12:34:44 +0000 |
| commit | a20ecc3a1c1cd809e03911ddd3bd053cd8dc432a (patch) | |
| tree | aa573ac99b6190310c79e26146cea1e4e56a540a /cscript | |
| parent | 83efe84020dc0ba2801c4b305448790720fe133f (diff) | |
Add deps for Ubuntu 16.10.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -66,6 +66,18 @@ deb_depends['16.04'].extend(['libboost-filesystem1.58.0', 'libicu55', 'libnettle6']) +deb_depends['16.10'] = copy.deepcopy(deb_depends_base) +deb_depends['16.10'].extend(['libboost-filesystem1.61.0', + 'libboost-thread1.61.0', + 'libboost-regex1.61.0', + 'libmagick++-6.q16-5v5', + 'libxml++2.6-2v5', + 'libboost-date-time1.61.0', + 'libzip4', + 'libwxgtk3.0-0v5', + 'libicu57', + 'libnettle6']) + deb_depends['7'] = copy.deepcopy(deb_depends_base) deb_depends['7'].extend(['libboost-filesystem1.49.0', 'libboost-thread1.49.0', |
