]> code.ossystems Code Review - meta-freescale.git/commitdiff
gpu-viv-bin-mx6q: Remove GL headers as we should use 'mesa' ones
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 14 Mar 2013 15:12:47 +0000 (12:12 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Mar 2013 12:20:45 +0000 (09:20 -0300)
The Xorg GLX extension requires updated GL headers to be able to run
so we won't ship the Vivante specific headers.

Change-Id: I6e6c094ca120104f03a2c1f6195e68716f6a370d
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc

index 7c52810dd63772bd48ec44e2f0c9e7741aa56b3b..fd420c300aeaa2329ed782d1d724cf9e18b26644 100644 (file)
@@ -67,6 +67,7 @@ do_install () {
 
     cp ${S}/usr/lib/*.so ${D}${libdir}
     cp -axr ${S}/usr/include/* ${D}${includedir}
+    rm -r ${D}${includedir}/GL
     cp -axr ${S}/opt ${D}
 
     if [ "${KEEP_XLIBS}" = "no" ]; then