aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox-esr/mozwayland-add-missing-stub.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/firefox-esr/mozwayland-add-missing-stub.patch')
-rw-r--r--community/firefox-esr/mozwayland-add-missing-stub.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/firefox-esr/mozwayland-add-missing-stub.patch b/community/firefox-esr/mozwayland-add-missing-stub.patch
deleted file mode 100644
index 88384073e10..00000000000
--- a/community/firefox-esr/mozwayland-add-missing-stub.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: This symbol is missing after the upgrade to wayland 1.20. These
-are stubs which are replaced at run-time with real symbols from libwayland and
-need to be kept in sync.
-Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1745560
-diff --git a/widget/gtk/mozwayland/mozwayland.c b/widget/gtk/mozwayland/mozwayland.c
-index 7a448e6..7792581 100644
---- a/widget/gtk/mozwayland/mozwayland.c
-+++ b/widget/gtk/mozwayland/mozwayland.c
-@@ -200,3 +200,8 @@ MOZ_EXPORT int wl_list_empty(const struct wl_list* list) { return -1; }
-
- 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; }