]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Fix glcorearb.h collision with imx-gpu-viv
authorMihai Lindner <mihai.lindner@nxp.com>
Thu, 19 Dec 2019 16:13:24 +0000 (18:13 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 23 Dec 2019 12:34:16 +0000 (09:34 -0300)
Fix ERROR:
The file /usr/include/GL/glcorearb.h is installed by both mesa and
imx-gpu-viv, aborting.

Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
recipes-graphics/mesa/mesa_%.bbappend

index c522315a566a29990b7d076c5df74ac9d034aaf8..dbaab89e80e2def1ecbe061cf3fa9d273f2b40d0 100644 (file)
@@ -41,6 +41,7 @@ BACKEND = \
 do_install_append_imxgpu3d () {
     rm -f ${D}${libdir}/libGL.* \
           ${D}${includedir}/GL/gl.h \
+          ${D}${includedir}/GL/glcorearb.h \
           ${D}${includedir}/GL/glext.h \
           ${D}${includedir}/GL/glx.h \
           ${D}${includedir}/GL/glxext.h