summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/wxwidgets/wxwidgets.inc5
-rw-r--r--recipes/wxwidgets/wxwidgets_2.8.9.bb2
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"