diff options
author | 2014-03-24 11:10:42 -0500 | |
---|---|---|
committer | 2014-03-24 16:01:45 -0300 | |
commit | b3505162f7e15d73046049fd52a3fdde5b210789 (patch) | |
tree | 7de2fad9c91a5dc9841265e99506333077daea83 | |
parent | 2c1519020954dc76c51d9cd4006d7198121501b2 (diff) | |
download | meta-fsl-arm-b3505162f7e15d73046049fd52a3fdde5b210789.tar.gz meta-fsl-arm-b3505162f7e15d73046049fd52a3fdde5b210789.tar.bz2 meta-fsl-arm-b3505162f7e15d73046049fd52a3fdde5b210789.zip |
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>
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_5.1.1.bbappend | 2 |
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 |