diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-11 12:16:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-11 12:16:27 +0100 |
| commit | 9e8a216241509cdd0b72ea0a35a280a9f93a3ef1 (patch) | |
| tree | b943021fbf2fba5890ee62e5e1a5759d5aaa1d17 /wscript | |
| parent | ece34102d68c9e37fbbe365ae2da01f86915ce56 (diff) | |
Static / wx2.8 fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ def configure(conf): conf.env.LIB_DCP = ['glibmm-2.4', 'xml++-2.6', 'ssl', 'crypto', 'bz2'] conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] + conf.check_cfg(package = 'libxml++-2.6', args = '--cflags --libs', uselib_store = 'XML++', mandatory = True) conf.env.HAVE_AVFORMAT = 1 conf.env.STLIB_AVFORMAT = ['avformat'] conf.env.HAVE_AVFILTER = 1 |
