diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-17 13:09:33 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-06 10:48:26 -0300 |
commit | d3047bc02a8a640ee72e9017422d4e9dfc4586dc (patch) | |
tree | caed2590cac20a884e9d8f1735d194005140e9f0 /recipes-qt | |
parent | 020edff04a8098796a84eb9a053f01acf7c65a2b (diff) | |
download | meta-fsl-arm-d3047bc02a8a640ee72e9017422d4e9dfc4586dc.tar.gz |
qt4-x11-free: enable OpenGL ES2 and OpenVG for mx5 SoCs
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend b/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend index cebb203..bb32024 100644 --- a/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend +++ b/recipes-qt/qt4/qt4-x11-free_4.7.4.bbappend | |||
@@ -5,6 +5,8 @@ SRC_URI_append_mx5 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch" | |||
5 | SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch" | 5 | SRC_URI_append_mx6 += "file://0001-Add-support-for-i.MX-codecs-to-phonon.patch" |
6 | 6 | ||
7 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" |
8 | QT_GLFLAGS_mx5 = "-opengl es2 -openvg" | ||
9 | |||
8 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" |
9 | 11 | ||
10 | PRINC := "${@int(PRINC) + 1}" | 12 | PRINC := "${@int(PRINC) + 2}" |