Bump libcxml version requirement in wscript.
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 18:13:40 +0000 (19:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Sep 2014 18:13:40 +0000 (19:13 +0100)
wscript

diff --git a/wscript b/wscript
index 91cb84a9db8c8f093d3f5cbcb6d9f906f2e7b863..8db63f625e9f7a9b5edaefc21ad292e565d73bf2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -251,7 +251,7 @@ def configure(conf):
     #
 
     if conf.env.TARGET_DEBIAN:
-        conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.11', args='--cflags', uselib_store='CXML', mandatory=True)
         conf.env.STLIB_CXML = ['cxml']
         conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XMLPP', mandatory=True)
         conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True)