aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-02-28 21:15:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-03-05 19:03:42 +0100
commit69d2f31df603244dff240163df04133756a1a0d3 (patch)
tree4070b255830a5d18e0321c1561f0d309d4ad8230 /recipes-qt/qt5/qt5.inc
parentdeb2473ee91c014c655098f20b9f8b33ff9a8bc1 (diff)
qtbase/qtwebkit: drop ICU variable
Pango doesn't seem to be a drop-in replacement for ICU, so using it as a dependency for the -icu option won't work. QtWebKit has a hard dependency on icu. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index e2a16621..dfc1c767 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -3,10 +3,6 @@
inherit qmake5
-# Qt5 is dependent on icu for localization
-ICU = "icu "
-ICU_powerpc = "pango"
-
PACKAGECONFIG_OPENSSL ?= "openssl"
QT_MODULE ?= "${BPN}"