diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 00:17:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 00:17:37 +0100 |
| commit | 605b1287122ed25b180d13b8c1868484f1246222 (patch) | |
| tree | 3b353da26c92473d498f2215c4954b168026817a /wscript | |
| parent | 071eecf2b3de2949ee8f157de6dc7e47bcc29fea (diff) | |
Try again to fix link for static .debs.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ def configure(conf): conf.env.STLIB_CXML = ['cxml'] conf.env.HAVE_DCP = 1 conf.env.STLIB_DCP = ['dcp', 'asdcp-libdcp', 'kumu-libdcp'] - conf.env.LIB_DCP = ['glibmm-2.4', 'xml++-2.6', 'ssl', 'crypto', 'bz2'] + conf.env.LIB_DCP = ['glibmm-2.4', 'xml++-2.6', 'ssl', 'crypto', 'bz2', 'xmlsec1', 'xmlsec1-openssl', 'xslt'] conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XML++', mandatory=True) |
