summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-27 15:50:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-27 15:50:35 +0100
commit3db0e8957f2ec96b85637e93a35b891b2e116a96 (patch)
tree374657c650e98335a9855c15133e5a40e552c7a6 /wscript
parent7b96999f95cd715ad49b1715602287fa4cae0950 (diff)
Bump libdcp version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index edbc00b6a..76c8b62a4 100644
--- a/wscript
+++ b/wscript
@@ -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.70', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True)
+ conf.check_cfg(package='libdcp', atleast_version='0.75', 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)