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-06 14:50:59 -0300
commit731a392843681e718f3a064b97c22d2bb2845f16 (patch)
tree43d61d7e80e4d33edc9122728bd98c6a9a797dc3
parent86ced8119ef97ac70e26e68512bd97c7a398e9af (diff)
downloadmeta-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_%.bbappend1
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"
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"