Bump libcxml version.
authorCarl Hetherington <cth@carlh.net>
Wed, 20 Nov 2013 18:16:56 +0000 (18:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Nov 2013 18:16:56 +0000 (18:16 +0000)
cscript
wscript

diff --git a/cscript b/cscript
index 894c6f9656b44251bd857e00cd68ae16a301f55e..9de6c30d73b7a1e7f255a35a5cccf250dea2631d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.07'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
+    return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
diff --git a/wscript b/wscript
index d9f32909e2f70a10e10be8048926426ffcc740b5..748393241c8e6ea3695a28ae7a614f8976ba529f 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.07', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)
 
     if conf.options.target_windows:
         boost_lib_suffix = '-mt'