diff options
author | Florian Vallee <fvallee@eukrea.fr> | 2015-06-24 12:09:31 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-06 14:50:59 -0300 |
commit | 731a392843681e718f3a064b97c22d2bb2845f16 (patch) | |
tree | 43d61d7e80e4d33edc9122728bd98c6a9a797dc3 | |
parent | 86ced8119ef97ac70e26e68512bd97c7a398e9af (diff) | |
download | meta-fsl-arm-731a392843681e718f3a064b97c22d2bb2845f16.tar.gz |
qtbase: x11 support for qt5 - disable eglfs
EGLFS and Xcb-EGL backends are exclusive, configure qt appropriately
on mx5 as is already done for the mx6 family
Note: X11 support depends on previous amd-gpu-x11-mx51 patch
Change-Id: I1c960150cadaa977eee6daa2d2403cf0faf6cb39
Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index fcf433e..a376a83 100644 --- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -10,6 +10,7 @@ IS_MX6SL = "0" | |||
10 | IS_MX6SL_mx6sl = "1" | 10 | IS_MX6SL_mx6sl = "1" |
11 | 11 | ||
12 | PACKAGECONFIG_GL_mx5 = "gles2" | 12 | PACKAGECONFIG_GL_mx5 = "gles2" |
13 | QT_CONFIG_FLAGS_append_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | ||
13 | 14 | ||
14 | PACKAGECONFIG_GL_mx6q = "gles2" | 15 | PACKAGECONFIG_GL_mx6q = "gles2" |
15 | PACKAGECONFIG_GL_mx6dl = "gles2" | 16 | PACKAGECONFIG_GL_mx6dl = "gles2" |