diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:13:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 23:13:35 +0100 |
| commit | 33dd911e6c2cc3c42425d4260bd22dbe462d01be (patch) | |
| tree | d6535fb1d9f978cff4483b94f97e227cff4a36d7 /wscript | |
| parent | 5f1046a2164fff00a6fc74aecf4cacbca531d415 (diff) | |
Bump libdcp version.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,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.65', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True) + conf.check_cfg(package='libdcp', atleast_version='0.66', 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.01', args=pkg_config_args(conf), uselib_store='CXML', mandatory=True) |
