summaryrefslogtreecommitdiff
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
parent4199f9a66bc0728a496beedc60df08237cfba115 (diff)
Bump libdcp version.
-rw-r--r--cscript2
-rw-r--r--wscript4
2 files changed, 3 insertions, 3 deletions
diff --git a/cscript b/cscript
index e1f9a7e..b09bbc4 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', 'v1.2.7'),)
+ return (('libdcp', 'v1.2.8'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
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: