summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:13:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:13:35 +0100
commit33dd911e6c2cc3c42425d4260bd22dbe462d01be (patch)
treed6535fb1d9f978cff4483b94f97e227cff4a36d7 /wscript
parent5f1046a2164fff00a6fc74aecf4cacbca531d415 (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 515d4973e..ddf0a240c 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.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)