diff options
author | Neena Busireddy <neena.busireddy@freescale.com> | 2015-04-06 15:12:07 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-06 19:04:34 -0300 |
commit | 0b3457e7160a0069bb933558034a749b042bba88 (patch) | |
tree | 07485a4c842c77cd347577860ab535728a596c6b /qt5-layer/recipes-qt | |
parent | d60b315681b21af9b0e76603993c7d139626a77e (diff) | |
download | meta-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/recipes-qt')
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
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 | ||
14 | PACKAGECONFIG_GL_mx6q = "gles2" | 14 | PACKAGECONFIG_GL_mx6q = "gles2" |
15 | PACKAGECONFIG_GL_mx6dl = "gles2" | 15 | PACKAGECONFIG_GL_mx6dl = "gles2" |
16 | PACKAGECONFIG_GL_mx6sx = "gles2" | ||
16 | PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ | 17 | PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ |
17 | ' gl', '', d)}" | 18 | ' gl', '', d)}" |
18 | QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 19 | QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" |
19 | QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 20 | QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" |
21 | QT_CONFIG_FLAGS_append_mx6sx = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | ||
20 | QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ | 22 | QT_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 | ||