diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebkit_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index bf5c00ae..4845d0fd 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
@@ -64,6 +64,9 @@ do_configure_prepend() { | |||
64 | sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf | 64 | sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf |
65 | } | 65 | } |
66 | 66 | ||
67 | # Forcibly enable ICU, so qtbase doesn't need it. | ||
68 | EXTRA_QMAKEVARS_PRE += "QT_CONFIG+=icu" | ||
69 | |||
67 | # qtwebkit gets terribly big when linking with all debug info, disable by default | 70 | # qtwebkit gets terribly big when linking with all debug info, disable by default |
68 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" | 71 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" |
69 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" | 72 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" |