diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-11 23:55:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-11 23:55:15 +0000 |
| commit | 5864c8f361634ae33d3ca03065940e87cb29eddf (patch) | |
| tree | f8f7debfd8a997c32be36fabdbc9c565f75fdefc | |
| parent | de1f8f9b2c862bfa4f1ffc07645798e4db44fb1a (diff) | |
Bump wscript required version of libcxml.v1.6.2
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ def configure(conf): elif conf.options.jpeg == 'oj1': conf.check_cfg(package='libopenjpeg1', args='--cflags --libs', atleast_version='1.5.0', uselib_store='OPENJPEG', mandatory=True) conf.check_cfg(package='libasdcp-cth', atleast_version='0.1.3', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) - conf.check_cfg(package='libcxml', atleast_version='0.15.2', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt' |
