diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-11 00:37:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 3641ceb3240c162e5d080b7aedc8e1ebb9d49952 (patch) | |
| tree | 3faf993d98e0ca717518fd6becef509682c94341 /wscript | |
| parent | 52c79bb908dcfbb8e4f075b728699fce466ecef1 (diff) | |
xerces is mandatory.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
