summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 09:11:28 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 09:11:28 +0100
commit3b0aac5e949be74845b176dce442f388feb612d8 (patch)
tree4eeb4d6a2acc573b93458db14a55c663996c9f36 /wscript
parent83358c16fcfdad24e8e415df13d6cf8e9bb43556 (diff)
Bump required libcxml version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c79a9904..7731de59 100644
--- a/wscript
+++ b/wscript
@@ -56,7 +56,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.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+ conf.check_cfg(package='libcxml', atleast_version='0.11.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
if conf.options.target_windows:
boost_lib_suffix = '-mt'