diff options
author | Daniel Mack <daniel@zonque.org> | 2017-10-24 22:29:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-11-14 18:42:31 +0000 |
commit | 06d1c47396508ea50112a00e1c70c40da559aa1a (patch) | |
tree | 1178bafb98db219f0458bbe34b9323b069c8bb09 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | d87335a50a9dd35d890786edbd79b8953fdaa11a (diff) | |
download | meta-qt5-06d1c47396508ea50112a00e1c70c40da559aa1a.tar.gz |
qtwebengine: make test suite succeed
Make the qtwebengine test suite succeed when Qt was built without
accessibility features.
Upstream bug report: https://bugreports.qt.io/browse/QTBUG-64015
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 4ced7925..50a98b66 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -137,6 +137,7 @@ SRC_URI += " \ | |||
137 | file://0002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ | 137 | file://0002-WebEngine-qquickwebengineview_p_p.h-add-include-QCol.patch \ |
138 | file://0003-Include-dependency-to-QCoreApplication-translate.patch \ | 138 | file://0003-Include-dependency-to-QCoreApplication-translate.patch \ |
139 | file://0004-Force-host-toolchain-configuration.patch \ | 139 | file://0004-Force-host-toolchain-configuration.patch \ |
140 | file://0005-tests-make-accessibility-tests-conditional.patch \ | ||
140 | " | 141 | " |
141 | 142 | ||
142 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/56-based | 143 | # Patches from https://github.com/meta-qt5/qtwebengine-chromium/commits/56-based |