diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 16:32:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 16:32:44 +0000 |
| commit | ad10aea1d685e67e0e639f6303fc9c8f8f1f945c (patch) | |
| tree | c6864f2bc1e62e74f9c7324a3d6bdda30ac5a076 /wscript | |
| parent | c226f90a2c113b8bbc270f29e6aa035ae1229d57 (diff) | |
| parent | d0cbdd2d2da7aaa5454e47bf7dcad27bf90bd361 (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.43pre' +VERSION = '1.44pre' 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.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) |
