diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 09:11:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 09:11:28 +0100 |
| commit | 3b0aac5e949be74845b176dce442f388feb612d8 (patch) | |
| tree | 4eeb4d6a2acc573b93458db14a55c663996c9f36 /wscript | |
| parent | 83358c16fcfdad24e8e415df13d6cf8e9bb43556 (diff) | |
Bump required libcxml version.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
