X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=ebabf21479dbfac05d3f3bfe8bc77a88199a7192;hb=96bf7c6530260c7c404499dc697c7a47fb15c3b7;hp=c7d1a729f70289f95b1fca90918b6d76e38ef6d4;hpb=07f451e01f82793904482f55c5a89163c6bb8e44;p=dcpomatic.git diff --git a/wscript b/wscript index c7d1a729f..ebabf2147 100644 --- a/wscript +++ b/wscript @@ -323,11 +323,11 @@ def configure(conf): # libsub if conf.options.static_sub: - conf.check_cfg(package='libsub-1.0', atleast_version='1.4.15', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.17', args='--cflags', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] conf.env.STLIB_SUB = ['sub-1.0'] else: - conf.check_cfg(package='libsub-1.0', atleast_version='1.4.15', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.4.17', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++