diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:29:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:29:00 +0000 |
| commit | ae9b0b509787d244366eb8f69bdf9d563b6c6bb6 (patch) | |
| tree | 571878e1daeafb0a5583e3d13cb6109e987623d1 /wscript | |
| parent | d7b23d44dec9d6357619e8e009e564e475215470 (diff) | |
| parent | 3a51cc23de37ff0821009af780ef56e0e28394f7 (diff) | |
Merge master.
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.56pre' +VERSION = '1.58pre' 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.91', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.92', 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) |
