Yet more static build fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:04:22 +0000 (12:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 Jun 2014 11:04:22 +0000 (12:04 +0100)
wscript

diff --git a/wscript b/wscript
index d3b7fb5bca99dc393ae349f0125c814513d9c17e..4dcdc95d5d844e0e0005d81905a3abe5da58f2bc 100644 (file)
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@ def configure(conf):
 
     if conf.options.static:
         conf.env.HAVE_CXML = 1
-        conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt']
+        conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', 'rt', 'xml++-2.6']
         conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True)
     else:
         conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True)