diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:53:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:53:15 +0200 |
| commit | 242bc256627655603024d962a5d632c7a4a88700 (patch) | |
| tree | d7bb6ed4d798f4726af4add8d97d14655329ca10 | |
| parent | 15efd17e31806fc4628486ed5b651eee40373717 (diff) | |
Missing dependencies.
| -rw-r--r-- | cscript | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -157,7 +157,8 @@ deb_depends['9'].extend(['libboost-filesystem1.62.0', 'libssh-gcrypt-4', 'libnettle6', 'libx264-148', - 'libcurl3']) + 'libcurl3', + 'libxerces-c3.2']) deb_depends_gui['9'] = [ 'libwxgtk3.0-0v5', 'libxcb-xfixes0', @@ -180,7 +181,9 @@ deb_depends['10'].extend(['libboost-filesystem1.67.0', 'libssh-gcrypt-4', 'libnettle6', 'libx264-155', - 'libcurl4']) + 'libcurl4', + 'libxerces-c3.2', + 'libnanomsg5']) deb_depends_gui['10'] = [ 'libwxgtk3.0-0v5', 'libxcb-xfixes0', @@ -199,7 +202,8 @@ deb_depends['unstable'].extend(['libboost-filesystem1.67.0', 'libicu63', 'libnettle6', 'libx264-155', - 'libcurl4']) + 'libcurl4', + 'libxerces-c3.2']) def can_build_disk(target): # We can build dcpomatic2_disk on platforms that have Boost process and can build the lwext4 |
