diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-02-21 11:41:35 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-21 11:34:48 -0200 |
| commit | 9a945414fe4d8a0ec370edc1470b880823805296 (patch) | |
| tree | 9862898397a7800a442f33c3ec06f874ec368fea | |
| parent | c62246123802449ac77e8f8f23334ca9a7db3557 (diff) | |
| download | meta-freescale-9a945414fe4d8a0ec370edc1470b880823805296.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>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index e0071c9dd..00dcab760 100644 --- a/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | |||
| @@ -280,6 +280,9 @@ FILES_libgles2-mx6-dbg = "${libdir}/.debug/libGLESv2${SOLIBS}" | |||
| 280 | RDEPENDS_libgles2-mx6 = "libglslc-mx6" | 280 | RDEPENDS_libgles2-mx6 = "libglslc-mx6" |
| 281 | 281 | ||
| 282 | FILES_libgles3-mx6-dev = "${includedir}/GLES3" | 282 | FILES_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 | ||
| 285 | RDEPENDS_libgles2-mx6-dev += "libgles3-mx6-dev" | ||
| 283 | 286 | ||
| 284 | FILES_libglslc-mx6 = "${libdir}/libGLSLC${SOLIBS}" | 287 | FILES_libglslc-mx6 = "${libdir}/libGLSLC${SOLIBS}" |
| 285 | FILES_libglslc-mx6-dev = "${includedir}/CL ${libdir}/libGLSLC${SOLIBSDEV}" | 288 | FILES_libglslc-mx6-dev = "${includedir}/CL ${libdir}/libGLSLC${SOLIBSDEV}" |
