summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-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 e99eb39d26..60d07f536c 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -54,8 +54,8 @@ PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland v
54 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ 54 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \
55 glx-tls \ 55 glx-tls \
56 " 56 "
57PACKAGECONFIG_class-native ?= "gbm dri egl opengl" 57PACKAGECONFIG_class-native ?= "gbm dri egl opengl glx-tls"
58PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl" 58PACKAGECONFIG_class-nativesdk ?= "gbm dri egl opengl glx-tls"
59 59
60PACKAGECONFIG_remove_libc-musl = "glx-tls" 60PACKAGECONFIG_remove_libc-musl = "glx-tls"
61 61