summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-19 15:21:32 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-19 15:21:32 +0000
commitd7d6aaa300a252481280dd24a0a97fc6e6767ec7 (patch)
treea4987d718a5620e02f728c00e4a3d5720f5245a5 /wscript
parentb32e5f06b07440cd077b24b954b0d0fae659803e (diff)
Bump libdcp for more Win32 fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4a5c04f6d..f624da526 100644
--- a/wscript
+++ b/wscript
@@ -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.89', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True)
+ conf.check_cfg(package='libdcp', atleast_version='0.90', 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)