summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb
index 87fd284ae5..6b57cb54cb 100644
--- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb
+++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb
@@ -45,9 +45,9 @@ EXTRA_OECMAKE:append:libc-musl = " \
45" 45"
46EXTRA_OECMAKE:append:class-target = ' -DEGREP="/bin/grep -E"' 46EXTRA_OECMAKE:append:class-target = ' -DEGREP="/bin/grep -E"'
47 47
48# All toolkit-configs except 'no_gui' require x11 explicitly (see toolkit.cmake) 48# OpenGL support currently seems tied to using libglu, which requires x11
49PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', 'no_gui', d)} \ 49PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', 'x11 wayland', 'gtk', 'no_gui', d)} \
50 ${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)} \ 50 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \
51" 51"
52 52
53PACKAGECONFIG:remove:class-native = "opengl" 53PACKAGECONFIG:remove:class-native = "opengl"