X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=c837493f87ebca46e6621758078a3ce4248293b2;hb=f8005516a681b805ccc2d929f63312ac711fdc24;hp=6039fc7b7536362fdb0e79dfbc8767e24e52e5eb;hpb=90dbabe7e6d4a25d003b28a2ed636a1369183b48;p=libdcp.git diff --git a/wscript b/wscript index 6039fc7b..c837493f 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.72pre' +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'