diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 19:17:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 19:17:06 +0000 |
| commit | 118968f88db6bc6c494b08d05787d7bb1b9e41ab (patch) | |
| tree | 71795e38d530e186e2eb70eb86e23c644ae14da0 /wscript | |
| parent | d0cbdd2d2da7aaa5454e47bf7dcad27bf90bd361 (diff) | |
Bump libdcp again.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
