summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-04 22:46:09 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-04 22:46:09 +0100
commit7301af5b8b7e4d5167f2690066aed867346ae58d (patch)
treeb26912b0ffb3f00f57f6d16ce14a6bdb9d23b74e /wscript
parente454b6046e7381a106296a2093de7f805b73e8a0 (diff)
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 8110622..023b0a0 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']
+ conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc++', 'rt']
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)