diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:51:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:51:10 +0100 |
| commit | b221efe5860ffabbca3797779a5971b5cc68175c (patch) | |
| tree | 60ac676ec1ab0a88ea4360ebd7747e46928f77de /wscript | |
| parent | 56b6a62a28734ad66d0f4c8ea9452b89f4cc5f45 (diff) | |
Bump libcxml.
Diffstat (limited to 'wscript')
| -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-carl', atleast_version='0.1.3', args='--cflags --libs', uselib_store='ASDCPLIB_CTH', mandatory=True) - conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.17.0', args='--cflags --libs', uselib_store='CXML', mandatory=True) conf.check_cfg(package='xerces-c', args='--cflags --libs', uselib_store='XERCES', mandatory=True) if conf.options.target_windows: |
