Validate XML with xerces.
[libdcp.git] / wscript
diff --git a/wscript b/wscript
index 111eb5f00c0d06e6a4122bf21cb15cae7c20f033..1785b893cdd0be8b5e3218c98a625deb142591c0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -125,6 +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)
 
     if conf.options.static:
         if conf.options.jpeg == 'oj2':
@@ -195,7 +196,7 @@ def configure(conf):
                    libpath='/usr/local/lib',
                    lib=['boost_date_time%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix],
                    uselib_store='BOOST_DATETIME')
-    
+
     conf.check_cxx(fragment="""
                            #include <boost/regex.hpp>\n
                            int main() { boost::regex ex("a"); }\n