summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 3a087425..4f38acd9 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -18,8 +18,10 @@ python () {
18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno" 18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno"
19 19
20# For NXP BSP, enable OSMesa for parts with DRM 20# For NXP BSP, enable OSMesa for parts with DRM
21# Also enable swrast for its dri driver
21PACKAGECONFIG_remove_use-nxp-bsp_imxdrm = "gallium" 22PACKAGECONFIG_remove_use-nxp-bsp_imxdrm = "gallium"
22PACKAGECONFIG_append_use-nxp-bsp_imxdrm = " osmesa" 23PACKAGECONFIG_append_use-nxp-bsp_imxdrm = " osmesa"
24DRIDRIVERS_use-nxp-bsp_imxdrm = "swrast"
23 25
24BACKEND = \ 26BACKEND = \
25 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 27 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \