diff options
Diffstat (limited to 'recipes-graphics/mesa/mesa-gl.bbappend')
-rw-r--r-- | recipes-graphics/mesa/mesa-gl.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-gl.bbappend b/recipes-graphics/mesa/mesa-gl.bbappend new file mode 100644 index 000000000..6545571fa --- /dev/null +++ b/recipes-graphics/mesa/mesa-gl.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | DEPENDS:append:imxgpu = " virtual/egl" | ||
2 | |||
3 | do_install:append:imxgpu() { | ||
4 | # imx-gpu-viv and mali-imx both provide /usr/include/KHR, so drop the mesa-gl one | ||
5 | rm -rf ${D}${includedir}/KHR | ||
6 | } | ||
7 | |||
8 | COMPATIBLE_MACHINE:imxgpu = "(imxgpu)" | ||