Try to fix static build.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Jan 2017 15:12:07 +0000 (15:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Jan 2017 15:12:07 +0000 (15:12 +0000)
wscript

diff --git a/wscript b/wscript
index 2f9388a1525dbd133599fc406a7d6fc3bb5c99b4..bcc09c5e703bc7c5385438712584e6134a657d0e 100644 (file)
--- 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)