diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:04:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:04:22 +0100 |
| commit | 0f2524bd97cc54271bb6035739ac24b776dc36ba (patch) | |
| tree | 85d6d8fffcdd399a50e0f77c2a6ae581ebbd01c5 /wscript | |
| parent | e970610abdec9fe24eea406d00f43f0cc4d0218e (diff) | |
Yet 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-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) |
