X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=fba8b9e6f6452bf4c0e5f873515386cea2ca123d;hb=808c589d0aedaa72a807cb4e628d2786140d0966;hp=580e44b02b31d3cc9706fbb3be6d7dcd460e5833;hpb=5ffa9dfdd46038021acbd979eca1c0326ab86ab2;p=dcpomatic.git diff --git a/wscript b/wscript index 580e44b02..fba8b9e6f 100644 --- a/wscript +++ b/wscript @@ -363,11 +363,11 @@ def configure(conf): # libsub if conf.options.static_sub: - conf.check_cfg(package='libsub-1.0', atleast_version='1.3.3', args='--cflags', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.3.6', 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.3.3', args='--cflags --libs', uselib_store='SUB', mandatory=True) + conf.check_cfg(package='libsub-1.0', atleast_version='1.3.6', args='--cflags --libs', uselib_store='SUB', mandatory=True) conf.env.DEFINES_SUB = [f.replace('\\', '') for f in conf.env.DEFINES_SUB] # libxml++