summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-31 14:17:34 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-04-03 17:07:25 +0100
commitde51de5ca0adc0525b37882cba2fbea458a441d6 (patch)
tree790cc7e19377d1932c3f3bf8798e02a32d06039c
parentd1f191ed3018e0b130311e443f014e30d2f5ed97 (diff)
downloadmeta-raspberrypi-de51de5ca0adc0525b37882cba2fbea458a441d6.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/mesa/mesa-gl_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1PACKAGECONFIG_append_rpi = " gbm" 1PACKAGECONFIG_append_rpi = " gbm"
2PROVIDES_append_rpi = " virtual/libgbm" 2PROVIDES_append_rpi = " virtual/libgbm"
3 3
4DRIDRIVERS_append_rpi = ",swrast" 4GALLIUMDRIVERS_append_rpi = ",swrast"
5 5
6do_install_append_rpi() { 6do_install_append_rpi() {
7 rm -rf ${D}${includedir}/KHR/khrplatform.h 7 rm -rf ${D}${includedir}/KHR/khrplatform.h