diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-20 22:15:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-20 22:15:01 +0100 |
| commit | 38629be03d5d39bd23f53a871722d20446d1c6aa (patch) | |
| tree | 062af708a68b963ff338af0590178392697c45e4 /cscript | |
| parent | 097f4d493bf98fce75200059e7a38eb120ddbb9c (diff) | |
Add dependencies for Ubuntu 17.04.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -100,6 +100,19 @@ deb_depends['16.10'].extend(['libboost-filesystem1.61.0', 'libnettle6', 'libssh-4']) +deb_depends['17.04'] = copy.deepcopy(deb_depends_base) +deb_depends['17.04'].extend(['libboost-filesystem1.62.0', + 'libboost-thread1.62.0', + 'libboost-regex1.62.0', + 'libmagick++-6.q16-7', + 'libxml++2.6-2v5', + 'libboost-date-time1.62.0', + 'libzip4', + 'libwxgtk3.0-0v5', + 'libicu57', + 'libnettle6', + 'libssh-4']) + deb_depends['7'] = copy.deepcopy(deb_depends_base) deb_depends['7'].extend(['libboost-filesystem1.49.0', 'libboost-thread1.49.0', |
