diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-29 13:51:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-30 09:41:59 +0000 |
commit | 46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62 (patch) | |
tree | a014d348eea286961345315c21fd366cce48d3f7 /meta/recipes-qt/qt4/qt4.inc | |
parent | 7d1fd11e50a280bcc3e6c2160871cdef14864cc2 (diff) | |
download | openembedded-core-46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62.tar.gz openembedded-core-46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62.tar.bz2 openembedded-core-46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62.zip |
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.
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.inc | 2 |
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 QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ -shared -no-nas-sound -no-nis \ -system-libjpeg -system-libpng -system-libtiff -system-zlib \ - -no-pch -stl -glib \ + -no-pch -stl -glib -icu \ -no-rpath -silent \ ${QT_DBUS} \ ${QT_QT3SUPPORT} \ |