summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-06 14:58:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:16:00 +0100
commit13e49c2af060bd64adcae8df80ebe195838b3703 (patch)
treeaa0226388c14a69e796e4f3049b8ed7eb5ab2ee8 /meta/recipes-graphics/mesa
parente7833d0edf707825830039d4249168e9cad1fe50 (diff)
downloadpoky-13e49c2af060bd64adcae8df80ebe195838b3703.tar.gz
mesa: enable x11 for native/nativesdk
This was found to be necessary for libsdl-native to enable opengl, as otherwise the opengl check would fall through to the host with unpredictable outcome. (From OE-Core rev: 53fb4937e5c2b293e6bdbbceb37b1080aa5db630) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index b7ef496fdc..f59503bf14 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -72,8 +72,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v
72 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ 72 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
73 elf-tls \ 73 elf-tls \
74 " 74 "
75PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls" 75PACKAGECONFIG_class-native ?= "gbm dri egl opengl elf-tls x11"
76PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls" 76PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl elf-tls x11"
77 77
78PACKAGECONFIG_remove_libc-musl = "elf-tls" 78PACKAGECONFIG_remove_libc-musl = "elf-tls"
79 79