[meta-freescale] [meta-fsl-arm][PATCH] qt5-qtbase: x11 support for qt5 - disable eglfs

Florian Vallee fvallee at eukrea.fr
Wed Jun 24 03:09:31 PDT 2015


  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

Signed-off-by: Florian Vallee <fvallee at eukrea.fr>
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

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"
 IS_MX6SL_mx6sl = "1"
 
 PACKAGECONFIG_GL_mx5 = "gles2"
+QT_CONFIG_FLAGS_append_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
 
 PACKAGECONFIG_GL_mx6q = "gles2"
 PACKAGECONFIG_GL_mx6dl = "gles2"
-- 
2.1.0



More information about the meta-freescale mailing list