diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-11 21:43:00 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-04-11 21:43:00 +0200 |
commit | fd0465c4d55f65735287b3ad5435acca0809e28b (patch) | |
tree | 753b310c57a8b35b94fab8ca88b108f2e7fa8662 /recipes | |
parent | 41d44a71bd864143f0d76c2c15dca4a5d736ac88 (diff) |
wxwdigets 2.8.9: fie cxx flags to allow compilation
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/wxwidgets/wxwidgets.inc | 5 | ||||
-rw-r--r-- | recipes/wxwidgets/wxwidgets_2.8.9.bb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc index 1e4cd0b6bb..19952948bb 100644 --- a/recipes/wxwidgets/wxwidgets.inc +++ b/recipes/wxwidgets/wxwidgets.inc @@ -10,7 +10,10 @@ S = "${WORKDIR}/wxWidgets-${PV}" inherit autotools pkgconfig -EXTRA_OECONF = " --enable-gpe " +EXTRA_OECONF = " --enable-gpe --disable-visibility " + +CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" + do_configure() { oe_runconf diff --git a/recipes/wxwidgets/wxwidgets_2.8.9.bb b/recipes/wxwidgets/wxwidgets_2.8.9.bb index 8e8d3565fd..f31cbb3ff5 100644 --- a/recipes/wxwidgets/wxwidgets_2.8.9.bb +++ b/recipes/wxwidgets/wxwidgets_2.8.9.bb @@ -1,6 +1,6 @@ require wxwidgets.inc -PR = "r0" +PR = "r1" LEAD_SONAME = "libwx_gtk2_core-2.8.so" |