From 7353ea6b20b2720d48d7dec72c8c8e3a735decf4 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 14 Mar 2013 12:12:47 -0300 Subject: gpu-viv-bin-mx6q: Remove GL headers as we should use 'mesa' ones 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 --- recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc index 7c52810..fd420c3 100644 --- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc @@ -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 -- cgit v1.2.3-54-g00ecf