Bump libcxml.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Jan 2021 20:51:10 +0000 (21:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Jan 2021 20:51:10 +0000 (21:51 +0100)
cscript
wscript

diff --git a/cscript b/cscript
index 8c1409e265b258a8da9f0e42ce004302602a7e9e..ba4a7e4c4802505b2b207a88b5654d41bff79143 100644 (file)
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ import shutil
 option_defaults = { 'jpeg': 'oj2' }
 
 def dependencies(target, options):
-    libcxml = ('libcxml', 'c336f86')
+    libcxml = ('libcxml', 'v0.17.0')
     if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1':
         return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl'))
     else:
diff --git a/wscript b/wscript
index 414787afe13d599d3d2fa09f421e778006ef33e5..c39f65ce6108f4834b29cc19bf3554fefdd4af10 100644 (file)
--- 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: