aboutsummaryrefslogtreecommitdiffstats
path: root/qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend')
-rw-r--r--qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend
index c1df764..20fc15f 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend
@@ -11,7 +11,7 @@ PACKAGECONFIG_append_mx5 = " tslib icu examples"
PACKAGECONFIG_GL_mx6 = "gles2"
PACKAGECONFIG_append_mx6 = " tslib icu examples"
-QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', '', d)}"
+QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
do_configure_prepend_mx5() {
sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf