Submitted By: Douglas R. Reno Date: 2021-12-22 Initial Package Version: 91.4.0 Origin: Alpine Linux (https://git.alpinelinux.org/aports/tree/community/firefox-esr/mozwayland-add-missing-stub.patch) Upstream Status: Applied Description: Fixes building Firefox-91.4.0esr with Wayland-1.20. diff -Naurp firefox-91.4.0.orig/widget/gtk/mozwayland/mozwayland.c firefox-91.4.0/widget/gtk/mozwayland/mozwayland.c --- firefox-91.4.0.orig/widget/gtk/mozwayland/mozwayland.c 2021-12-21 10:33:32.586907345 -0600 +++ firefox-91.4.0/widget/gtk/mozwayland/mozwayland.c 2021-12-21 10:34:44.718324433 -0600 @@ -200,3 +200,8 @@ MOZ_EXPORT int wl_list_empty(const struc 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; }