More static build fixes.
authorCarl Hetherington <cth@carlh.net>
Wed, 4 Jun 2014 21:03:42 +0000 (22:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 4 Jun 2014 21:03:42 +0000 (22:03 +0100)
wscript

diff --git a/wscript b/wscript
index f5a456cf9b25ce4e506acb8efc175a1057defa7e..a01869595b637836b40094f4e884597e7951e452 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']
+        conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4']
         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)