]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: Don't install GLES package configs on SoCs without 3D
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 13 Dec 2016 17:55:41 +0000 (11:55 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Dec 2016 19:01:24 +0000 (17:01 -0200)
For SoC's without 3D, imx-gpu-viv doesn't provide a GLES library,
so it's wrong to install the corresponding package configs.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc

index 25bd2859c2772abf6bf7756dc4fa0d4c8dd8be68..e5aacf32675a17bcd5f94e5f93f7c7778f476a0c 100644 (file)
@@ -194,7 +194,7 @@ do_install () {
                \
                ${D}${libdir}/libGL* ${D}${includedir}/GL* \
                \
-               ${D}${libdir}/libGLES* \
+               ${D}${libdir}/libGLES* ${D}${libdir}/pkgconfig/glesv1_cm.pc ${D}${libdir}/pkgconfig/glesv2.pc \
                \
                ${D}${libdir}/libOpenCL* ${D}${includedir}/CL \
                \