diff options
Diffstat (limited to 'meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend')
-rw-r--r-- | meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend new file mode 100644 index 0000000000..edb75f59bc --- /dev/null +++ b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend @@ -0,0 +1,8 @@ +PACKAGECONFIG:append:rpi = " gbm" +PROVIDES:append:rpi = " virtual/libgbm" + +GALLIUMDRIVERS:append:rpi = ",swrast" + +do_install:append:rpi() { + rm -rf ${D}${includedir}/KHR/khrplatform.h +} |