summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-02-21 11:41:35 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-21 11:34:48 -0200
commitae2928fe251f91b70187c2a43c1580cacad49b50 (patch)
treee755d4d15358c9ad659922c8ccc8fca5310e1d58 /recipes-graphics
parentca1d9e896d52aa48f33e1c760993ebafaedd63b3 (diff)
downloadmeta-fsl-arm-ae2928fe251f91b70187c2a43c1580cacad49b50.tar.gz
imx-gpu-viv: ship libgles3-mx6-dev along with libgles2-mx6-dev
Otherwise libgles3-mx6-dev has to be added manually to avoid error when compiling on target: | /usr/include/qt5/QtGui/qopengl.h:97:26: fatal error: GLES3/gl3.h: No such file or directory As soon as there are seperate binaries for GLES3 this connetion can be removed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index e0071c9..00dcab7 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -280,6 +280,9 @@ FILES_libgles2-mx6-dbg = "${libdir}/.debug/libGLESv2${SOLIBS}"
280RDEPENDS_libgles2-mx6 = "libglslc-mx6" 280RDEPENDS_libgles2-mx6 = "libglslc-mx6"
281 281
282FILES_libgles3-mx6-dev = "${includedir}/GLES3" 282FILES_libgles3-mx6-dev = "${includedir}/GLES3"
283# as long as there is no libgles3-mx6: ship libgles3-mx6-dev along with
284# libgles2-mx6-dev - otherwise GLES3 headers have to be added manually
285RDEPENDS_libgles2-mx6-dev += "libgles3-mx6-dev"
283 286
284FILES_libglslc-mx6 = "${libdir}/libGLSLC${SOLIBS}" 287FILES_libglslc-mx6 = "${libdir}/libGLSLC${SOLIBS}"
285FILES_libglslc-mx6-dev = "${includedir}/CL ${libdir}/libGLSLC${SOLIBSDEV}" 288FILES_libglslc-mx6-dev = "${includedir}/CL ${libdir}/libGLSLC${SOLIBSDEV}"