summaryrefslogtreecommitdiffstats
path: root/qt5-layer
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2015-04-06 15:12:07 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-06 19:04:34 -0300
commit0b3457e7160a0069bb933558034a749b042bba88 (patch)
tree07485a4c842c77cd347577860ab535728a596c6b /qt5-layer
parentd60b315681b21af9b0e76603993c7d139626a77e (diff)
downloadmeta-fsl-arm-0b3457e7160a0069bb933558034a749b042bba88.tar.gz
qtbase: Add overrides for i.MX6SoloX
Change-Id: Ib736ab6c45748c9714e9c57607ae6681e3b68f07 Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'qt5-layer')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index de33804..fcf433e 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -13,10 +13,12 @@ PACKAGECONFIG_GL_mx5 = "gles2"
13 13
14PACKAGECONFIG_GL_mx6q = "gles2" 14PACKAGECONFIG_GL_mx6q = "gles2"
15PACKAGECONFIG_GL_mx6dl = "gles2" 15PACKAGECONFIG_GL_mx6dl = "gles2"
16PACKAGECONFIG_GL_mx6sx = "gles2"
16PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ 17PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
17 ' gl', '', d)}" 18 ' gl', '', d)}"
18QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" 19QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
19QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" 20QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
21QT_CONFIG_FLAGS_append_mx6sx = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
20QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ 22QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
21 ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}" 23 ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}"
22 24