From: Ann Thornton Date: Mon, 24 Mar 2014 16:10:42 +0000 (-0500) Subject: qtbase: Fix QT_CONFIG_FLAGS to work for non-X11. X-Git-Tag: 2.1~987 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db90922288e1059bef9d78a649eac27afe9db155;p=meta-freescale.git 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 Acked-by: Daiane Angolini Signed-off-by: Otavio Salvador --- 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 c1df7643..20fc15fe 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" 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