mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
d1f191ed30
commit
de51de5ca0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user