From d8b2426588abd64c079b8796b7fb3ff68fc2351e Mon Sep 17 00:00:00 2001 From: Cleiton Bueno Date: Wed, 30 Dec 2015 16:53:28 -0200 Subject: 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 and file API qquickwebengineview_p_p.h field 'm_backgroundColor' has incomplete type 'QColor' add include Signed-off-by: Cleiton Bueno Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebengine_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-qt/qt5/qtwebengine_git.bb') 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 += " \ file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ + file://0002-media_capture_devices_dispatcher.h-Include-QCoreApplication-translate.patch \ + file://0003-WebEngine-qquickwebengineview_p_p.h-add-inc-QColor.patch \ + file://0001-chromium-jpeg_codec.cc_Change-false-to-FALSE-and-1-to-TRUE.patch \ " + SRCREV_qtwebengine = "40ef43e0d69c4a86c9430b7f264d2cde6340ee0f" SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" SRCREV = "${SRCREV_qtwebengine}" -- cgit v1.2.3-54-g00ecf