mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-04 05:04:36 +02:00
qtwebkit: Always enable icu in QT_CONFIG
Allow qtwebkit to be built even if qtbase was configured without icu. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4f74e02ff0
commit
4b5f80c1f6
@@ -64,6 +64,9 @@ do_configure_prepend() {
|
||||
sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf
|
||||
}
|
||||
|
||||
# Forcibly enable ICU, so qtbase doesn't need it.
|
||||
EXTRA_QMAKEVARS_PRE += "QT_CONFIG+=icu"
|
||||
|
||||
# qtwebkit gets terribly big when linking with all debug info, disable by default
|
||||
QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0"
|
||||
EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}"
|
||||
|
||||
Reference in New Issue
Block a user