summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-06-25 13:00:52 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2018-11-01 13:31:22 +0000
commite908589afec25bc9291f77266a6d50846e91be7b (patch)
tree81bbff7c0be777cad8cd4454ef7febfc1f3864ef /recipes-qt/qt5/qtbase_git.bb
parentd3420f1e481a2230f1c6c325fadd04490174b301 (diff)
downloadmeta-qt5-e908589afec25bc9291f77266a6d50846e91be7b.tar.gz
qt5: upgrade to 5.9.7
* Update to Qt 5.9.7 * qtbase: default to internal harfbuzz-ng: With -no-harfbuzz, Qt uses internal copy of harfbuzz-old, which is no longer maintained, and is extremely buggy. Instead, use the harfbuzz-ng version if system harfbuzz is not used. Signed-off-by: mikko.gronoff <mikko.gronoff@qt.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index c1006ca2..eb2f35e8 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -101,7 +101,7 @@ PACKAGECONFIG[glib] = "-glib,-no-glib,glib-2.0"
101# fontdatabases/basic/qbasicfontdatabase.cpp will fail to build and system freetype 101# fontdatabases/basic/qbasicfontdatabase.cpp will fail to build and system freetype
102# works only together with fontconfig 102# works only together with fontconfig
103PACKAGECONFIG[freetype] = "-system-freetype,-qt-freetype,freetype" 103PACKAGECONFIG[freetype] = "-system-freetype,-qt-freetype,freetype"
104PACKAGECONFIG[harfbuzz] = "-system-harfbuzz,-no-harfbuzz,harfbuzz" 104PACKAGECONFIG[harfbuzz] = "-system-harfbuzz,-qt-harfbuzz,harfbuzz"
105PACKAGECONFIG[jpeg] = "-system-libjpeg,-no-libjpeg,jpeg" 105PACKAGECONFIG[jpeg] = "-system-libjpeg,-no-libjpeg,jpeg"
106PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng" 106PACKAGECONFIG[libpng] = "-system-libpng,-no-libpng,libpng"
107PACKAGECONFIG[gif] = "-gif,-no-gif" 107PACKAGECONFIG[gif] = "-gif,-no-gif"
@@ -220,4 +220,4 @@ INSANE_SKIP_${PN}-mkspecs += "file-rdeps"
220 220
221RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}" 221RRECOMMENDS_${PN}-plugins += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', '', d)}"
222 222
223SRCREV = "9c50112304033c631e52f062496f3111f24835a2" 223SRCREV = "81b29a44d248b5037a2f05dd8815e000d9472f0e"