diff options
author | Johan Hovold <johan.hovold@lundinova.se> | 2009-12-17 05:18:14 +0000 |
---|---|---|
committer | Marco Cavallini <m.cavallini@koansoftware.com> | 2010-01-20 14:00:17 +0100 |
commit | 0eaeda31b9f8d286a8a58d787637b4c4d0516b2d (patch) | |
tree | 9f00d3bf1956a0eebd5b55ba428ced873328131e /recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb | |
parent | c0002bd2f71a05d8bb125ba40f1c489a29436a9e (diff) |
wxwidgets: add 2.9.0 and clean up recipes
- Add wxwidget-2.9.0 include with derived rather than hardcoded lib and
config script names (depends on debug and charset configure flags)
- Use regular expression for LEAD_SONAME rather than hardcoded name.
- Fix autoconf issue where configure could not find staging root.
- Use INC_PR.
- Add wxwidgets-2.9.0 (unicode)
- Add wxwidgets-ansi-2.9.0 (non-unicode)
- Add wxwidgets-opengl-2.9.0 (unicode, opengl)
Signed-off-by: Johan Hovold <johan.hovold@lundinova.se>
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
Diffstat (limited to 'recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb')
-rw-r--r-- | recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb b/recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb new file mode 100644 index 0000000000..aafbe5b238 --- /dev/null +++ b/recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb @@ -0,0 +1,5 @@ +require wxwidgets-${PV}.inc + +PR = "${INC_PR}.0" + +EXTRA_OECONF += "--disable-unicode" |