From: Carl Hetherington Date: Tue, 9 Sep 2014 18:13:40 +0000 (+0100) Subject: Bump libcxml version requirement in wscript. X-Git-Tag: v2.0.48~561^2~28 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=087eb941421d0ced97c8f3bf72072f19562435df Bump libcxml version requirement in wscript. --- diff --git a/wscript b/wscript index 91cb84a9d..8db63f625 100644 --- a/wscript +++ b/wscript @@ -251,7 +251,7 @@ def configure(conf): # if conf.env.TARGET_DEBIAN: - conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.11', args='--cflags', uselib_store='CXML', mandatory=True) conf.env.STLIB_CXML = ['cxml'] conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XMLPP', mandatory=True) conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True)