X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=c837493f87ebca46e6621758078a3ce4248293b2;hb=864bbcc3f293bf60c05fda02b0d15c3f604eacc8;hp=01be0481bb22e4ba0d6d46884e8d6b2ae17a0239;hpb=4a9b82ba0d1efad59d3ed7d0c8b349cb4f954be9;p=libdcp.git diff --git a/wscript b/wscript index 01be0481..c837493f 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.68pre' +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'