diff options
author | Cleiton Bueno <cleitonrbueno@gmail.com> | 2015-12-30 16:53:28 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-14 11:13:58 +0100 |
commit | d8b2426588abd64c079b8796b7fb3ff68fc2351e (patch) | |
tree | 0fc56871532ceab7b5525ac8277f4f4d04a6f37f /recipes-qt/qt5/qtwebengine_git.bb | |
parent | d00f25f6e29eaef5639756f338c455fa0a4f0043 (diff) | |
download | meta-qt5-d8b2426588abd64c079b8796b7fb3ff68fc2351e.tar.gz |
qtwebengine: Fix error jpeg_codec.cc, media_capture_devices_dispatcher.cpp and file API qquickwebengineview_p_p.h.
Fix build codec jpeg_codec.cc error: invalid conversion from 'int' to 'boolean' [-fpermissive],
media_capture_devices_dispatcher.cpp error: 'QCoreApplication' has not been declared fix include <QCoreApplication>
and file API qquickwebengineview_p_p.h field 'm_backgroundColor' has incomplete type 'QColor' add include <QColor>
Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 957931f8..76609322 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -112,7 +112,11 @@ SRC_URI += " \ | |||
112 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ | 112 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ |
113 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 113 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |
114 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ | 114 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ |
115 | file://0002-media_capture_devices_dispatcher.h-Include-QCoreApplication-translate.patch \ | ||
116 | file://0003-WebEngine-qquickwebengineview_p_p.h-add-inc-QColor.patch \ | ||
117 | file://0001-chromium-jpeg_codec.cc_Change-false-to-FALSE-and-1-to-TRUE.patch \ | ||
115 | " | 118 | " |
119 | |||
116 | SRCREV_qtwebengine = "40ef43e0d69c4a86c9430b7f264d2cde6340ee0f" | 120 | SRCREV_qtwebengine = "40ef43e0d69c4a86c9430b7f264d2cde6340ee0f" |
117 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" | 121 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" |
118 | SRCREV = "${SRCREV_qtwebengine}" | 122 | SRCREV = "${SRCREV_qtwebengine}" |