]> code.ossystems Code Review - meta-freescale.git/commitdiff
qtbase: x11 support for qt5 - disable eglfs
authorFlorian Vallee <fvallee@eukrea.fr>
Wed, 24 Jun 2015 10:09:31 +0000 (12:09 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Jul 2015 17:35:38 +0000 (14:35 -0300)
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>
meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

index fcf433e23aa748fcc567cf75e086f7f8e9f835f0..a376a838c633bd93e3b34c28508d6e92ba5decad 100644 (file)
@@ -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"