[gnome-build-meta/alatiera/trarballs: 3/3] Add patch to fix WebKitGTK build




commit 93cc0b2148ceb7d4e4b5d9f4f9d4daa59aefacec
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Nov 29 11:26:07 2021 -0600

    Add patch to fix WebKitGTK build
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1387>

 elements/sdk/webkitgtk.inc      |  2 ++
 files/webkitgtk/fix-build.patch | 13 +++++++++++++
 2 files changed, 15 insertions(+)
---
diff --git a/elements/sdk/webkitgtk.inc b/elements/sdk/webkitgtk.inc
index 5dd2872b0..42507caaf 100644
--- a/elements/sdk/webkitgtk.inc
+++ b/elements/sdk/webkitgtk.inc
@@ -6,6 +6,8 @@ sources:
   path: files/webkitgtk/toolchain.i686
 - kind: local
   path: files/webkitgtk/toolchain.arm
+- kind: patch
+  path: files/webkitgtk/fix-build.patch
 
 build-depends:
 - sdk-deps/bubblewrap.bst
diff --git a/files/webkitgtk/fix-build.patch b/files/webkitgtk/fix-build.patch
new file mode 100644
index 000000000..89d3cc09f
--- /dev/null
+++ b/files/webkitgtk/fix-build.patch
@@ -0,0 +1,13 @@
+diff --git a/Source/WebCore/platform/graphics/SourceBufferPrivate.h 
b/Source/WebCore/platform/graphics/SourceBufferPrivate.h
+index 189b1ee1a36a..697252b0a64c 100644
+--- a/Source/WebCore/platform/graphics/SourceBufferPrivate.h
++++ b/Source/WebCore/platform/graphics/SourceBufferPrivate.h
+@@ -45,6 +45,7 @@
+ #include <wtf/LoggerHelper.h>
+ #include <wtf/Ref.h>
+ #include <wtf/text/AtomStringHash.h>
++#include <wtf/UniqueRef.h>
+ 
+ namespace WebCore {
+ 
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]