X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=c10fe22ada9ee2221477243f6de968805fa06cc2;hb=d3ad29218e04a80b6f1fdb6279505405a6718b89;hp=63b907ccbc4032ae720a6577aa42e11f3e3b8053;hpb=3e5df964ada49e10a880a200c985cc309ccecb64;p=dcpomatic.git diff --git a/wscript b/wscript index 63b907ccb..c10fe22ad 100644 --- a/wscript +++ b/wscript @@ -88,7 +88,7 @@ def configure(conf): # Dependencies which are dynamically linked everywhere except --static # Get libs only when we are dynamically linking - conf.check_cfg(package='libdcp', atleast_version='0.85', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.87', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP] conf.check_cfg(package='libcxml', atleast_version='0.08', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True)