From 3641ceb3240c162e5d080b7aedc8e1ebb9d49952 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Dec 2019 00:37:24 +0100 Subject: xerces is mandatory. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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': -- cgit v1.2.3