Bump libcxml to firm version.
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 19:47:40 +0000 (19:47 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 19:47:40 +0000 (19:47 +0000)
cscript
wscript

diff --git a/cscript b/cscript
index 75158956a9e83baae28ae4db1799a4a562aef888..9b8ba84f7301deea33082cbf5c4807e0a90dc9f2 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0'))
+    return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory
diff --git a/wscript b/wscript
index 5edda8428a94f9ed3caa3a8119c658e316e36d6a..fc94e9c00d72b71549d8b52344fb51ffb2b80a7e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -89,7 +89,7 @@ def configure(conf):
         conf.env.STLIB_ASDCPLIB_CTH = ['asdcp-cth', 'kumu-cth']
     else:
         conf.check_cfg(package='libopenjp2', args='--cflags --libs', atleast_version='2.1.0', uselib_store='OPENJPEG', mandatory=True)
-        conf.check_cfg(package='libcxml', atleast_version='0.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.15.1', args='--cflags --libs', uselib_store='CXML', mandatory=True)
         conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.0', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True)
 
     if conf.options.target_windows: