From 72a45366e23596a5b8d68d3b2eb072d56b9423bd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 29 Oct 2017 17:50:13 +0000 Subject: [PATCH] wayland: Distribute protocol/server-decoration.xml in tarballs Otherwise, builds that include the Wayland backend fail. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=789630 Signed-off-by: Simon McVittie Reviewed-by: Emmanuele Bassi --- 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 9295b1a15b..cccb572f15 100644 --- a/gdk/wayland/Makefile.am +++ b/gdk/wayland/Makefile.am @@ -104,6 +104,7 @@ endef EXTRA_DIST += \ protocol/gtk-primary-selection.xml \ - protocol/gtk-shell.xml + protocol/gtk-shell.xml \ + protocol/server-decoration.xml -include $(top_srcdir)/git.mk