summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-29 21:35:20 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-29 21:35:20 +0100
commit8ff5f07f5811688a5ff645338a30822cf9c2caec (patch)
treea4dcd8e5fc547ac7d3ab3152df7eefc19dede721 /wscript
parentbfae5ed33750db403d9d73e6556f63dceaadcf29 (diff)
Bump cxml version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index dd1efbf1..2e8134e2 100644
--- 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'