X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=3da81ce4b3c7f12d1edb21b8eeec13bffc10b56b;hb=8b842865451795d5e8f8b39691c210de1ed5dd4f;hp=7fb68292db17a45515a15ba0ba000112b1cfe46e;hpb=2dcfcdadf31b4fe43cf7a3c9556a2bc002f9fd78;p=dcpomatic.git diff --git a/wscript b/wscript index 7fb68292d..3da81ce4b 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.0' +VERSION = '1.73.8devel' def options(opt): opt.load('compiler_cxx') @@ -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)