summaryrefslogtreecommitdiff
path: root/mozilla-1745560.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-12-22 13:08:56 +0100
committerMartin Stransky <stransky@redhat.com>2021-12-22 13:08:56 +0100
commitcaf7474858049ea4371362ad3ef6ebdc76c73f62 (patch)
tree84e9e5f027401c7bdcf94f0f0b91a9b65b9b68a7 /mozilla-1745560.patch
parentchangelog fix (diff)
downloadlibrewolf-fedora-ff-caf7474858049ea4371362ad3ef6ebdc76c73f62.tar.gz
librewolf-fedora-ff-caf7474858049ea4371362ad3ef6ebdc76c73f62.tar.bz2
librewolf-fedora-ff-caf7474858049ea4371362ad3ef6ebdc76c73f62.zip
Added Fedora 36 build fix (mzbz#1745560)
Diffstat (limited to 'mozilla-1745560.patch')
-rw-r--r--mozilla-1745560.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/mozilla-1745560.patch b/mozilla-1745560.patch
new file mode 100644
index 0000000..891dfeb
--- /dev/null
+++ b/mozilla-1745560.patch
@@ -0,0 +1,15 @@
+diff --git a/widget/gtk/mozwayland/mozwayland.c b/widget/gtk/mozwayland/mozwayland.c
+--- a/widget/gtk/mozwayland/mozwayland.c
++++ b/widget/gtk/mozwayland/mozwayland.c
+@@ -200,3 +200,10 @@
+
+ MOZ_EXPORT void wl_list_insert_list(struct wl_list* list,
+ struct wl_list* other) {}
++
++MOZ_EXPORT struct wl_proxy* wl_proxy_marshal_flags(
++ struct wl_proxy* proxy, uint32_t opcode,
++ const struct wl_interface* interface, uint32_t version, uint32_t flags,
++ ...) {
++ return NULL;
++}
+
bgstack15