Add patch to fix ANGLE build

This commit is contained in:
Michael Catanzaro 2023-01-16 16:31:54 -06:00
parent 6572eb6dda
commit ceaeceb230
2 changed files with 15 additions and 0 deletions

12
angle-build.patch Normal file
View File

@ -0,0 +1,12 @@
diff --git a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
index 94cb93e01fc0..ec7bda372f30 100644
--- a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
+++ b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
@@ -12,6 +12,7 @@
#include <algorithm>
#include <array>
+#include <cstdint>
#include <string>
#include <vector>

View File

@ -32,6 +32,9 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
# $ gpg --export --export-options export-minimal D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg
Source2: webkitgtk-keys.gpg
# https://bugs.webkit.org/show_bug.cgi?id=250689
Patch0: angle-build.patch
BuildRequires: bison
BuildRequires: bubblewrap
BuildRequires: cmake