mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@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
|
|
}
|