meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend
Martin Jansa ec745772dc
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
mesa: rename bbappend to match new recipe name from oe-core
Otherwise it will fail to parse.

Renamed in:
https://git.openembedded.org/openembedded-core/commit/?id=f5cfb3e23603cefb2f3f6bfe776afaedefd10808

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-08-28 14:14:28 +01:00

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
}