diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-07 00:00:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-07 00:00:41 +0000 |
| commit | 7deb94e3cb9048891664f74d9c8a534ca6a24748 (patch) | |
| tree | 16af1e3213215c6b729b2996ab42fea23a787916 /src | |
| parent | d641aee73077e93ca17b30acd5b9ed82f1e14cb9 (diff) | |
Remove x264 dependency; add options to help building on mageia.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index 47272f697..d844b1f1b 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -1,5 +1,5 @@ def configure(conf): - conf.check_cfg(package = '', path = 'wx-config', args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True) + conf.check_cfg(package = '', path = conf.options.wx_config, args = '--cppflags --cxxflags --libs', uselib_store = 'WXWIDGETS', mandatory = True) def build(bld): if bld.env.STATIC: |
