diff options
author | Ann Thornton <ra43240@freescale.com> | 2014-03-24 11:10:42 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-24 16:00:48 -0300 |
commit | 1b571a2f7b3b7ea42d6b4e1a1e85f20a5b7a1ba4 (patch) | |
tree | 3c63ad843ee737fed88005d526d166589b66c35e /qt5-layer/recipes-qt/qt5 | |
parent | 478c033ff00a9ae001bcb0f95c3e08977df3b791 (diff) | |
download | meta-fsl-arm-1b571a2f7b3b7ea42d6b4e1a1e85f20a5b7a1ba4.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 'qt5-layer/recipes-qt/qt5')
-rw-r--r-- | qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index c1df764..20fc15f 100644 --- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -11,7 +11,7 @@ PACKAGECONFIG_append_mx5 = " tslib icu examples" | |||
11 | 11 | ||
12 | PACKAGECONFIG_GL_mx6 = "gles2" | 12 | PACKAGECONFIG_GL_mx6 = "gles2" |
13 | PACKAGECONFIG_append_mx6 = " tslib icu examples" | 13 | PACKAGECONFIG_append_mx6 = " tslib icu examples" |
14 | QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', '', d)}" | 14 | QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" |
15 | 15 | ||
16 | do_configure_prepend_mx5() { | 16 | do_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 |