summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-16 16:59:34 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-16 16:59:34 +0100
commit6a05977b36f6ecbb291dc01e92f5dd2dda0862c6 (patch)
tree7721b8cac00d12e98a20d44261d1f03a71819715 /wscript
parentad416ecd42e5cf8792fc36d4e4d16271639dd9c3 (diff)
Another missing static library.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2bbae83..c49f68d 100644
--- a/wscript
+++ b/wscript
@@ -113,7 +113,7 @@ def configure(conf):
conf.check_cfg(package='libdcp-1.0', atleast_version='1.6.2', args='--cflags', uselib_store='DCP', mandatory=True)
conf.env.HAVE_DCP = 1
conf.env.STLIB_DCP = ['dcp-1.0', 'asdcp-carl', 'kumu-carl', 'openjp2', 'cxml']
- conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1', 'glibmm-2.4', 'xml++-2.6']
+ conf.env.LIB_DCP = ['ssl', 'crypto', 'xmlsec1-openssl', 'xmlsec1', 'glibmm-2.4', 'xml++-2.6', 'xml2']
else:
conf.check_cfg(package='libdcp-1.0', atleast_version='1.6.2', args='--cflags --libs', uselib_store='DCP', mandatory=True)