summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-08 21:55:47 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-08 21:56:56 +0100
commit1776f46fd988b4a61ed9dfa64e5b4dd2196cdd66 (patch)
tree17fa06f567184901d07e963df429e8a8a8e18c61 /wscript
parent9f316aabe8de053ffa6f01b1317985639a4c2d1d (diff)
New libcxml API.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 171bfc935..9e38e6005 100644
--- 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)