diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-29 23:04:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-29 23:04:31 +0100 |
| commit | 98b3915bcc75b8b45659f17f3e4933429daadfd1 (patch) | |
| tree | c4d1c9ff452eddd4cdf058ee11ec8935e8721da4 /wscript | |
| parent | cb92077b0a6730f1d71931300ad293e29185c47d (diff) | |
Bump libcxml version; add versions back to cscript.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ def configure(conf): conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] else: - conf.check_cfg(package = 'libopenjpeg', args = '--cflags --libs', uselib_store = 'OPENJPEG', mandatory = True) - conf.check_cfg(package = 'libcxml', args = '--cflags --libs', uselib_store = 'CXML', mandatory = True) + 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) if conf.options.target_windows: boost_lib_suffix = '-mt' |
