Bump cxml version.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2013 20:35:20 +0000 (21:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2013 20:35:20 +0000 (21:35 +0100)
cscript
wscript

diff --git a/cscript b/cscript
index 1fa1b136b664691f5e093240cff52729bae613ad..894c6f9656b44251bd857e00cd68ae16a301f55e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.05'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
+    return (('libcxml', 'v0.07'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
diff --git a/wscript b/wscript
index dd1efbf11f39f17f6d6069f49c81372900d8ab8e..2e8134e298ec5e3492a54030181bd8df4c7319b2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -50,7 +50,7 @@ def configure(conf):
         conf.env.STLIB_CXML = ['cxml']
     else:
         conf.check_cfg(package='libopenjpeg', args='--cflags --libs', uselib_store='OPENJPEG', mandatory=True)
-        conf.check_cfg(package='libcxml', atleast_version='0.05', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.07', args='--cflags --libs', uselib_store='CXML', mandatory=True)
 
     if conf.options.target_windows:
         boost_lib_suffix = '-mt'