From b2ad8d2abafbd94c7e58e5e1b98c92e6b6fa6d9a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Nov 2022 06:24:40 -0500 Subject: [PATCH] Dist gdk/wayland/cursor/meson.build This file was missing from the 3.24.35 tarball. Oops. --- gdk/wayland/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdk/wayland/Makefile.am b/gdk/wayland/Makefile.am index 0ad465f6aa..1b06c650b4 100644 --- a/gdk/wayland/Makefile.am +++ b/gdk/wayland/Makefile.am @@ -128,7 +128,8 @@ xdg-activation-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/staging/xdg-a EXTRA_DIST += \ protocol/gtk-primary-selection.xml \ protocol/gtk-shell.xml \ - protocol/server-decoration.xml \ + protocol/server-decoration.xml \ + cursor/meson.build \ meson.build -include $(top_srcdir)/git.mk