summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-05 09:27:17 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-05 09:27:17 +0000
commitb1974e4890039596874ac6d127e3dbc6faa6f1f9 (patch)
treeb68fe0b2951ebe74f0258b57d62741cdec256730 /wscript
parent4199f9a66bc0728a496beedc60df08237cfba115 (diff)
Bump libdcp version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index be6910e..23e37ca 100644
--- a/wscript
+++ b/wscript
@@ -34,9 +34,9 @@ def configure(conf):
conf.env.HAVE_CXML = 1
conf.env.LIB_CXML = ['glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6', 'xml2', 'pthread', 'lzma', 'dl', 'z']
conf.env.STLIB_CXML = ['cxml']
- conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
+ conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags', uselib_store='CXML', mandatory=True)
else:
- conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+ conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
boost_lib_suffix = ''
if conf.env.TARGET_WINDOWS: