diff options
author | Florian Vallee <fvallee@eukrea.fr> | 2015-06-24 12:09:31 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-03 14:35:38 -0300 |
commit | 3f18dcf777f57412b162993508e7247ecb474f21 (patch) | |
tree | 1f948e87dfccdbb569ce75f84d28ee8a3b4cf9e0 /qt5-layer | |
parent | 392154fc580176b8b4bb1e6e53d186676e1665c0 (diff) | |
download | meta-fsl-arm-3f18dcf777f57412b162993508e7247ecb474f21.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>
Diffstat (limited to 'qt5-layer')
-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" |