aboutsummarylogtreecommitdiffstats
path: root/fix-3.22.25-mistake.patch
blob: e66bf36837cdada3501b0d7233152d959ddbe066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 738c18defdacf4d81d8b3376173c2b0e0a29896a Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
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.

Signed-off-by: Simon McVittie <smcv@debian.org>
---
 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
-- 
2.15.0.rc2