summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-20 17:38:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-20 17:38:11 +0000
commitbe813945633ff62b04b52d8068b264d7cbf0fdb8 (patch)
tree8720e230be0d5778200da1a7e2e228b59203c5cf /wscript
parent8d39a3e4a42b0547acedb8497c4ad4b1d54521f9 (diff)
Bump libdcp to fix build on OS X.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f571d51a6..3c5a6639f 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.90', args=pkg_config_args(conf), uselib_store='DCP', mandatory=True)
+ conf.check_cfg(package='libdcp', atleast_version='0.91', 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)