summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-08 21:51:10 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 21:51:10 +0100
commitb221efe5860ffabbca3797779a5971b5cc68175c (patch)
tree60ac676ec1ab0a88ea4360ebd7747e46928f77de /wscript
parent56b6a62a28734ad66d0f4c8ea9452b89f4cc5f45 (diff)
Bump libcxml.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 414787af..c39f65ce 100644
--- a/wscript
+++ b/wscript
@@ -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: