summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch30
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.38.3.bb1
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch b/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch
new file mode 100644
index 0000000000..1ff9dcea7e
--- /dev/null
+++ b/meta/recipes-sato/webkit/webkitgtk/d318bb461f040b90453bc4e100dcf967243ecd98.patch
@@ -0,0 +1,30 @@
1From d318bb461f040b90453bc4e100dcf967243ecd98 Mon Sep 17 00:00:00 2001
2From: Michael Catanzaro <mcatanzaro@redhat.com>
3Date: Mon, 16 Jan 2023 16:55:26 -0800
4Subject: [PATCH] WebKitGTK 2.39.4 does not build due to missing #include in
5 ANGLE https://bugs.webkit.org/show_bug.cgi?id=250689
6
7Unreviewed build fix.
8
9* Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h:
10
11Canonical link: https://commits.webkit.org/258968@main
12
13Upstream-Status: Backport [https://bugs.webkit.org/show_bug.cgi?id=250689]
14Signed-off-by: Khem Raj <raj.khem@gmail.com>
15---
16 Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h | 1 +
17 1 file changed, 1 insertion(+)
18
19diff --git a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
20index 94cb93e01fc0..ec7bda372f30 100644
21--- a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
22+++ b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
23@@ -12,6 +12,7 @@
24
25 #include <algorithm>
26 #include <array>
27+#include <cstdint>
28 #include <string>
29 #include <vector>
30
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
index f076fb0498..5d8d212871 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.38.3.bb
@@ -14,6 +14,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
14 file://reproducibility.patch \ 14 file://reproducibility.patch \
15 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ 15 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
16 file://0d3344e17d258106617b0e6d783d073b188a2548.patch \ 16 file://0d3344e17d258106617b0e6d783d073b188a2548.patch \
17 file://d318bb461f040b90453bc4e100dcf967243ecd98.patch \
17 " 18 "
18SRC_URI[sha256sum] = "41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a" 19SRC_URI[sha256sum] = "41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a"
19 20