diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 15:12:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 15:12:07 +0000 |
| commit | 9e09cc763206ad8c5e56efffaf0032f5772a2341 (patch) | |
| tree | 6fe2f0a3158345f4e1dbb961175dd27fc3959cb8 /wscript | |
| parent | 83e1382670dbc9ad6743fda8583497c604417991 (diff) | |
Try to fix static build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ def configure(conf): conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libdcp-1.0', atleast_version='1.4.4', args='--cflags', uselib_store='DCP', mandatory=True) conf.env.HAVE_DCP = 1 - conf.env.STLIB_DCP = ['dcp-1.0'] + conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-cth', 'kumu-cth', 'openjp2'] conf.env.LIB_DCP = ['ssl', 'crypto'] else: conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True) |
