diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-14 12:12:47 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-26 09:20:45 -0300 |
commit | 7353ea6b20b2720d48d7dec72c8c8e3a735decf4 (patch) | |
tree | 92ce47a3a89dd58c1e001ca50fec79712430fe19 | |
parent | 2f883eb71ce877e66f29d9e82fa02472726f7906 (diff) | |
download | meta-fsl-arm-7353ea6b20b2720d48d7dec72c8c8e3a735decf4.tar.gz meta-fsl-arm-7353ea6b20b2720d48d7dec72c8c8e3a735decf4.tar.bz2 meta-fsl-arm-7353ea6b20b2720d48d7dec72c8c8e3a735decf4.zip |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |