X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=3548191dc69a0134618ef9e66802ce0b7cd9c8ad;hb=d6a56d9dd6f9fe0e516f04ce75d40702d7530d04;hp=f8a4307f90a3478c8551c9f98ff87530a432b388;hpb=8c2f696edd38b195ed413da82a947449a1477da3;p=libdcp.git diff --git a/wscript b/wscript index f8a4307f..3548191d 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.60pre' +VERSION = '0.78' 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'