diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 12:44:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 12:44:46 +0100 |
| commit | f0233eb1e3d6dfd9284d6c5e4865011550e2a0e3 (patch) | |
| tree | 3d074e37cf61f98bf5e6ec05e6533110cc8ac7e5 /wscript | |
| parent | 2d7f005df15bb74b978ec7c4d32df198afe5cc8b (diff) | |
Missing libxml++ dep.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
