diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebkit_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index c90d78e6..0fdfac8a 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 9 | file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \ | 9 | file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt" | 12 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native" |
| 13 | 13 | ||
| 14 | # qemuarm build fails with: | 14 | # qemuarm build fails with: |
| 15 | # | {standard input}: Assembler messages: | 15 | # | {standard input}: Assembler messages: |
| @@ -65,6 +65,9 @@ do_configure_prepend() { | |||
| 65 | sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf | 65 | sed -e 's/\s\(config_fontconfig: \)/ OE_FONTCONFIG_ENABLED:\1/' -i ${S}/Tools/qmake/mkspecs/features/features.prf |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | # Forcibly enable ICU, so qtbase doesn't need it. | ||
| 69 | EXTRA_QMAKEVARS_PRE += "QT_CONFIG+=icu" | ||
| 70 | |||
| 68 | # qtwebkit gets terribly big when linking with all debug info, disable by default | 71 | # qtwebkit gets terribly big when linking with all debug info, disable by default |
| 69 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" | 72 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" |
| 70 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" | 73 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" |
