]> code.ossystems Code Review - meta-freescale.git/commitdiff
qtbase: Fix QT_CONFIG_FLAGS to work for non-X11.
authorAnn Thornton <ra43240@freescale.com>
Mon, 24 Mar 2014 16:10:42 +0000 (11:10 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 24 Mar 2014 19:00:48 +0000 (16:00 -0300)
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>
meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend

index c1df7643452d37824750fe52994dd8ca9b0fa33b..20fc15fea09407893df51b55cf6ee2977ca51307 100644 (file)
@@ -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