Merge pull request #11690 from Rmys/master

qt5-webengine
This commit is contained in:
Rmys
2023-04-11 04:49:56 +03:00
committed by GitHub
2 changed files with 14 additions and 1 deletions
@@ -0,0 +1,13 @@
diff --git a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
index 7260365b2c6..b5a6aae3596 100644
--- a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
+++ b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
@@ -8,6 +8,8 @@
#include "include/utils/SkParse.h"
+#include <iterator>
+
static constexpr const char* gColorNames[] = {
"aliceblue",
"antiquewhite",
+1 -1
View File
@@ -88,7 +88,7 @@
<Dependency>mit-kerberos-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">qtwebengine-everywhere-src-5.15.5-TRUE.patch</Patch> -->
<Patch level="1">qt5-webengine-gcc12.patch</Patch>
<!-- <Patch level="1">qtbug-86752.patch</Patch> -->
<!-- <Patch>fedora/qtwebengine-everywhere-opensource-src-5.15.5-TRUE.patch</Patch> -->
<!-- <Patch>qtwebengine-5.15.2_p20210220-fixup-CVE-2021-21149-backport.patch</Patch> -->