summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-11 00:37:24 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-22 01:21:00 +0100
commit3641ceb3240c162e5d080b7aedc8e1ebb9d49952 (patch)
tree3faf993d98e0ca717518fd6becef509682c94341 /wscript
parent52c79bb908dcfbb8e4f075b728699fce466ecef1 (diff)
xerces is mandatory.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 425efa10..f9f84890 100644
--- a/wscript
+++ b/wscript
@@ -125,7 +125,7 @@ def configure(conf):
Logs.error('Neither ImageMagick++ nor GraphicsMagick++ found: one or the other is required')
conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=False)
- conf.check_cfg(package='xerces-c', args='--cflags --libs', uselib_store='XERCES', mandatory=False)
+ conf.check_cfg(package='xerces-c', args='--cflags --libs', uselib_store='XERCES', mandatory=True)
if conf.options.static:
if conf.options.jpeg == 'oj2':