diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 23:04:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 23:04:00 +0100 |
| commit | e970610abdec9fe24eea406d00f43f0cc4d0218e (patch) | |
| tree | 2df4a7739ff2a51766d2041f74e1b5ea0cb00e24 /wscript | |
| parent | 7301af5b8b7e4d5167f2690066aed867346ae58d (diff) | |
More static build fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++', 'rt'] + conf.env.STLIB_CXML = ['cxml', 'glibmm-2.4', 'glib-2.0', 'pcre', 'sigc-2.0', '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) |
