New libcxml API.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 171bfc935c9b0532c03f480d209d2e6aab1112b1..9e38e6005769617f8dd3b55828ed6fa04958fb2e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -320,7 +320,7 @@ def configure(conf):
 
     # libcxml
     if conf.options.static_cxml:
-        conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.17.0', args='--cflags', uselib_store='CXML', mandatory=True)
         conf.env.STLIB_CXML = ['cxml']
     else:
         conf.check_cfg(package='libcxml', atleast_version='0.16.0', args='--cflags --libs', uselib_store='CXML', mandatory=True)