blob: e561a1b02f827e941783ade5a37c9246d1f65b59 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001PACKAGECONFIG_append_rpi = " gbm"
Brad Bishop19323692019-04-05 15:28:33 -04002PROVIDES_append_rpi = " virtual/libgbm"
3
Andrew Geissler636aaa12021-04-15 15:52:11 -05004GALLIUMDRIVERS_append_rpi = ",swrast"
Andrew Geissler12e5ffb2020-12-11 16:26:08 -06005
Brad Bishop19323692019-04-05 15:28:33 -04006do_install_append_rpi() {
7 rm -rf ${D}${includedir}/KHR/khrplatform.h
8}