diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-31 14:17:34 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-04-03 17:07:25 +0100 |
commit | de51de5ca0adc0525b37882cba2fbea458a441d6 (patch) | |
tree | 790cc7e19377d1932c3f3bf8798e02a32d06039c | |
parent | d1f191ed3018e0b130311e443f014e30d2f5ed97 (diff) | |
download | meta-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_%.bbappend | 2 |
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 @@ | |||
1 | PACKAGECONFIG_append_rpi = " gbm" | 1 | PACKAGECONFIG_append_rpi = " gbm" |
2 | PROVIDES_append_rpi = " virtual/libgbm" | 2 | PROVIDES_append_rpi = " virtual/libgbm" |
3 | 3 | ||
4 | DRIDRIVERS_append_rpi = ",swrast" | 4 | GALLIUMDRIVERS_append_rpi = ",swrast" |
5 | 5 | ||
6 | do_install_append_rpi() { | 6 | do_install_append_rpi() { |
7 | rm -rf ${D}${includedir}/KHR/khrplatform.h | 7 | rm -rf ${D}${includedir}/KHR/khrplatform.h |