From de51de5ca0adc0525b37882cba2fbea458a441d6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 31 Mar 2021 14:17:34 -0700 Subject: mesa-gl: Use GALLIUMDRIVERS instead of DRIDRIVERS for passing swrast latest mesa errors out ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau" Signed-off-by: Khem Raj --- recipes-graphics/mesa/mesa-gl_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 84cd479..e561a1b 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1,7 +1,7 @@ PACKAGECONFIG_append_rpi = " gbm" PROVIDES_append_rpi = " virtual/libgbm" -DRIDRIVERS_append_rpi = ",swrast" +GALLIUMDRIVERS_append_rpi = ",swrast" do_install_append_rpi() { rm -rf ${D}${includedir}/KHR/khrplatform.h -- cgit v1.2.3-54-g00ecf