diff options
| -rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 3a0874256..4f38acd9d 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
| @@ -18,8 +18,10 @@ python () { | |||
| 18 | PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno" | 18 | PACKAGECONFIG_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 | ||
| 21 | PACKAGECONFIG_remove_use-nxp-bsp_imxdrm = "gallium" | 22 | PACKAGECONFIG_remove_use-nxp-bsp_imxdrm = "gallium" |
| 22 | PACKAGECONFIG_append_use-nxp-bsp_imxdrm = " osmesa" | 23 | PACKAGECONFIG_append_use-nxp-bsp_imxdrm = " osmesa" |
| 24 | DRIDRIVERS_use-nxp-bsp_imxdrm = "swrast" | ||
| 23 | 25 | ||
| 24 | BACKEND = \ | 26 | BACKEND = \ |
| 25 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 27 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |
