summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-11 15:12:07 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-11 15:12:07 +0000
commit9e09cc763206ad8c5e56efffaf0032f5772a2341 (patch)
tree6fe2f0a3158345f4e1dbb961175dd27fc3959cb8 /wscript
parent83e1382670dbc9ad6743fda8583497c604417991 (diff)
Try to fix static build.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2f9388a..bcc09c5 100644
--- a/wscript
+++ b/wscript
@@ -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)