summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 12:44:46 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 12:44:46 +0100
commitf0233eb1e3d6dfd9284d6c5e4865011550e2a0e3 (patch)
tree3d074e37cf61f98bf5e6ec05e6533110cc8ac7e5 /wscript
parent2d7f005df15bb74b978ec7c4d32df198afe5cc8b (diff)
Missing libxml++ dep.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 1e83f7caf..515d4973e 100644
--- a/wscript
+++ b/wscript
@@ -123,6 +123,7 @@ def configure(conf):
conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True)
conf.check_cfg(package='glib-2.0', args='--cflags --libs', uselib_store='GLIB', mandatory=True)
conf.check_cfg(package= '', path=conf.options.magickpp_config, args='--cppflags --cxxflags --libs', uselib_store='MAGICK', mandatory=True)
+ conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='XML++', mandatory=True)
conf.check_cxx(fragment="""
#include <boost/version.hpp>\n