summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-29 13:51:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-30 22:26:29 +0000
commitea03ed0e8da1110e5cd27365f7b1f3f071572d02 (patch)
tree4f37c71a3e0bd6ed2a555d1bc515f2affdefd25b /meta/recipes-qt/qt4/qt4.inc
parent8337aa3795aa0b8f46c40827652f1f882988e36a (diff)
downloadpoky-ea03ed0e8da1110e5cd27365f7b1f3f071572d02.tar.gz
qt4-x11-free: depend on ICU
ICU presence is auto-detected at configure time and until recently (e68850 and d61230) was pulled into most builds through harfbuzz and beecrypt. Now it's floating and this leads to build failures. As in all likelihood the majority of people were building this with ICU enabled, add an explicit dependency. (From OE-Core rev: 46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4.inc')
-rw-r--r--meta/recipes-qt/qt4/qt4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index 293eb8786c..659561ce87 100644
--- a/meta/recipes-qt/qt4/qt4.inc
+++ b/meta/recipes-qt/qt4/qt4.inc
@@ -23,7 +23,7 @@ QT_MULTIMEDIA ?= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', '-pulseaudio
23QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ 23QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \
24 -shared -no-nas-sound -no-nis \ 24 -shared -no-nas-sound -no-nis \
25 -system-libjpeg -system-libpng -system-libtiff -system-zlib \ 25 -system-libjpeg -system-libpng -system-libtiff -system-zlib \
26 -no-pch -stl -glib \ 26 -no-pch -stl -glib -icu \
27 -no-rpath -silent \ 27 -no-rpath -silent \
28 ${QT_DBUS} \ 28 ${QT_DBUS} \
29 ${QT_QT3SUPPORT} \ 29 ${QT_QT3SUPPORT} \