blob: 84cd479af255bded2f7c5076da953bbbc6760b94 [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 Geissler12e5ffb2020-12-11 16:26:08 -06004DRIDRIVERS_append_rpi = ",swrast"
5
Brad Bishop19323692019-04-05 15:28:33 -04006do_install_append_rpi() {
7 rm -rf ${D}${includedir}/KHR/khrplatform.h
8}