X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=c837493f87ebca46e6621758078a3ce4248293b2;hb=864bbcc3f293bf60c05fda02b0d15c3f604eacc8;hp=dfebe944e6e5bef0e77e7d5ebbeddaa117d00950;hpb=a0f6dcc38f67f99a024fd098c3c6cd138e1b3d8c;p=libdcp.git diff --git a/wscript b/wscript index dfebe944..c837493f 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.58' +VERSION = '0.80pre' def options(opt): opt.load('compiler_cxx') @@ -49,8 +49,8 @@ def configure(conf): conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] else: - conf.check_cfg(package = 'libopenjpeg', args = '--cflags --libs', uselib_store = 'OPENJPEG', mandatory = True) - conf.check_cfg(package = 'libcxml', args = '--cflags --libs', uselib_store = 'CXML', mandatory = True) + conf.check_cfg(package='libopenjpeg', args='--cflags --libs', uselib_store='OPENJPEG', mandatory=True) + conf.check_cfg(package='libcxml', atleast_version='0.05', args='--cflags --libs', uselib_store='CXML', mandatory=True) if conf.options.target_windows: boost_lib_suffix = '-mt'