X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=786b578231e1676fca450da7de80ec07855bb9f1;hb=b80b1aee7fc6561bc53edb10ee5e37d752db80c3;hp=12ac34ca9b613064ead3f7ea073760dc242a7925;hpb=22b9f3b2090d8bdfe52cda1e69d3acbe874f1ce5;p=dcpomatic.git diff --git a/wscript b/wscript index 12ac34ca9..786b57823 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '2.0.4devel' +VERSION = '2.0.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)