diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 18:16:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 18:16:56 +0000 |
| commit | f38137b21051ce770bbb4d829ae9d6229e97508f (patch) | |
| tree | 9978f65fc6a504120de684eec69afd5214b8695a | |
| parent | d9e16d00f3e617a2e8d90be599a8f345bf63199a (diff) | |
Bump libcxml 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', 'v0.07'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) + return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() @@ -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.07', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt' |
