diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-20 21:28:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-20 21:28:47 +0000 |
| commit | a5b59faff75265d3256ad0dbd9f0c69e51e31ce4 (patch) | |
| tree | c004aa04bcccff1ef8cf0d9f0a8f00c4da8831e0 /wscript | |
| parent | 9b21d77dccc88d9b77085e05845e0b8e2d606b3b (diff) | |
| parent | 13b133de7fb5b953c23c58790c2d1f2a8bf4009c (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.46pre' +VERSION = '1.47pre' 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.90', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.91', 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) |
