summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Vallee <fvallee@eukrea.fr>2015-06-24 12:09:31 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-03 14:35:38 -0300
commitf2d4df7037c60811ee8f27bd23a3c214a78d7911 (patch)
tree5a6707747f97bb1724599e729aaedd263d3d4c1e
parent0cfd36df4ebd246d872c1452bf93a14e21408d58 (diff)
downloadmeta-freescale-f2d4df7037c60811ee8f27bd23a3c214a78d7911.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--meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index fcf433e2..a376a838 100644
--- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -10,6 +10,7 @@ IS_MX6SL = "0"
10IS_MX6SL_mx6sl = "1" 10IS_MX6SL_mx6sl = "1"
11 11
12PACKAGECONFIG_GL_mx5 = "gles2" 12PACKAGECONFIG_GL_mx5 = "gles2"
13QT_CONFIG_FLAGS_append_mx5 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
13 14
14PACKAGECONFIG_GL_mx6q = "gles2" 15PACKAGECONFIG_GL_mx6q = "gles2"
15PACKAGECONFIG_GL_mx6dl = "gles2" 16PACKAGECONFIG_GL_mx6dl = "gles2"