summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-05 12:04:22 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-05 12:04:22 +0100
commit0f2524bd97cc54271bb6035739ac24b776dc36ba (patch)
tree85d6d8fffcdd399a50e0f77c2a6ae581ebbd01c5 /wscript
parente970610abdec9fe24eea406d00f43f0cc4d0218e (diff)
Yet more static build fixes.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d3b7fb5..4dcdc95 100644
--- 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)