diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 20:48:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 20:48:34 +0000 |
| commit | de68adffc0311511568484e9ab713bee8826ec2d (patch) | |
| tree | 05c7e4fc260653a2e5f4c3e5e1bd7c3c823ffb95 /wscript | |
| parent | ad10aea1d685e67e0e639f6303fc9c8f8f1f945c (diff) | |
| parent | f53ef1bb81f5afd81f95bd187f4cd90bbbd3cd7d (diff) | |
Merge branch '1.0' into 1.0-seek
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.44pre' +VERSION = '1.45pre' def options(opt): opt.load('compiler_cxx') @@ -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.87', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.88', 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) |
