diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-05 09:25:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-05 09:25:52 +0000 |
| commit | 00fb3dae1db08e9b8bc0f83c7365b4a056e24e38 (patch) | |
| tree | e41b005f7daa7177c490f904b7a314bd11ae7171 | |
| parent | ad5d78bf25844079e35cf40ec6619e97082707e1 (diff) | |
Bump libcxml to release version.
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '0f4ca5d'), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'v0.14.0'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory @@ -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' |
