xerces is mandatory.
authorCarl Hetherington <cth@carlh.net>
Tue, 10 Dec 2019 23:37:24 +0000 (00:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 10 Dec 2019 23:37:24 +0000 (00:37 +0100)
wscript

diff --git a/wscript b/wscript
index 425efa103dbc985cd43bfce453ae97bc6894655f..f9f84890a4274f88591977f4c6703ea113a07fc7 100644 (file)
--- 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':