summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-23 23:01:35 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-23 23:01:35 +0100
commit306ff420b76497881bc3fe621c542825f3f5dad6 (patch)
tree8f8f13392b56f3622abe28dc4ac5e382a46862b6 /wscript
parentf02b0b7dd767112f13a42dedf98a8e942fd27dc3 (diff)
Fix up configure checks after Centos hacks.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index df7fc3cd7..ae717383d 100644
--- a/wscript
+++ b/wscript
@@ -208,6 +208,7 @@ def configure(conf):
mandatory=False,
msg='Checking for MagickCore namespace',
okmsg='yes',
+ includes=conf.env['INCLUDES_MAGICK'],
define_name='DCPOMATIC_HAVE_MAGICKCORE_NAMESPACE')
conf.check_cxx(fragment="""
@@ -218,6 +219,7 @@ def configure(conf):
mandatory=False,
msg='Checking for MagickLib namespace',
okmsg='yes',
+ includes=conf.env['INCLUDES_MAGICK'],
define_name='DCPOMATIC_HAVE_MAGICKLIB_NAMESPACE')
# libzip
@@ -242,6 +244,7 @@ def configure(conf):
mandatory=False,
msg='Checking for format_stride_for_width',
okmsg='yes',
+ includes=conf.env['INCLUDES_CAIROMM'],
define_name='DCPOMATIC_HAVE_FORMAT_STRIDE_FOR_WIDTH')
# libcxml