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>
This commit is contained in:
Khem Raj 2021-03-31 14:17:34 -07:00 committed by Andrei Gherzan
parent d1f191ed30
commit de51de5ca0

View File

@ -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