summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-05 09:25:52 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-05 09:25:52 +0000
commit00fb3dae1db08e9b8bc0f83c7365b4a056e24e38 (patch)
treee41b005f7daa7177c490f904b7a314bd11ae7171 /wscript
parentad5d78bf25844079e35cf40ec6619e97082707e1 (diff)
Bump libcxml to release version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 926aa482..0a56d22f 100644
--- a/wscript
+++ b/wscript
@@ -68,7 +68,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.14.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)
if conf.options.target_windows:
boost_lib_suffix = '-mt'