mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
de51de5ca0
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>
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
PACKAGECONFIG_append_rpi = " gbm"
|
|
PROVIDES_append_rpi = " virtual/libgbm"
|
|
|
|
GALLIUMDRIVERS_append_rpi = ",swrast"
|
|
|
|
do_install_append_rpi() {
|
|
rm -rf ${D}${includedir}/KHR/khrplatform.h
|
|
}
|