X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=c837493f87ebca46e6621758078a3ce4248293b2;hb=f8005516a681b805ccc2d929f63312ac711fdc24;hp=071c2e45acd4f60ebeac9c627eb177900ad1e4c5;hpb=8c2fca46577a2de512be1d227201bd0100ad9d24;p=libdcp.git diff --git a/wscript b/wscript index 071c2e45..c837493f 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.61' +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'