summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/qt5-layer
diff options
context:
space:
mode:
authorAnn Thornton <ra43240@freescale.com>2014-03-24 11:10:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-24 16:00:48 -0300
commitdb90922288e1059bef9d78a649eac27afe9db155 (patch)
treef9f42c25e6d5a29229d62f6732e0abd8daaa7d69 /meta-fsl-arm/qt5-layer
parent47c569223fcc611dd0a2a8ee2313ec2f811600fe (diff)
downloadmeta-freescale-db90922288e1059bef9d78a649eac27afe9db155.tar.gz
qtbase: Fix QT_CONFIG_FLAGS to work for non-X11.
eglfs is needed for FB and Wayland backends. Change-Id: I83a1dfbbdf620e51ddc783c5dfe12452c4815ce1 Signed-off-by: Ann Thornton <ra43240@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/qt5-layer')
-rw-r--r--meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
1 files changed, 1 insertions, 1 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 c1df76434..20fc15fea 100644
--- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -11,7 +11,7 @@ PACKAGECONFIG_append_mx5 = " tslib icu examples"
11 11
12PACKAGECONFIG_GL_mx6 = "gles2" 12PACKAGECONFIG_GL_mx6 = "gles2"
13PACKAGECONFIG_append_mx6 = " tslib icu examples" 13PACKAGECONFIG_append_mx6 = " tslib icu examples"
14QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', '', d)}" 14QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
15 15
16do_configure_prepend_mx5() { 16do_configure_prepend_mx5() {
17 sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf 17 sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf