Blame SOURCES/0008-Ship-avahi-discover-1-bssh-1-and-bvnc-1-also-for-GTK.patch

d59061
From 751be804e891aec5701a059144e2f5cbfc981b36 Mon Sep 17 00:00:00 2001
d59061
From: Andreas Henriksson <andreas@fatal.se>
d59061
Date: Thu, 24 Aug 2017 17:52:19 +0200
d59061
Subject: [PATCH 08/11] Ship avahi-discover(1), bssh(1) and bvnc(1) also for
d59061
 GTK3
d59061
d59061
These manpages went missing when you disabled gtk2 builds....
d59061
---
d59061
 man/Makefile.am | 9 +++++----
d59061
 1 file changed, 5 insertions(+), 4 deletions(-)
d59061
d59061
diff --git a/man/Makefile.am b/man/Makefile.am
d59061
index 77a27bd..289b942 100644
d59061
--- a/man/Makefile.am
d59061
+++ b/man/Makefile.am
d59061
@@ -56,7 +56,7 @@ man_MANS += \
d59061
 	avahi-publish.1 \
d59061
 	avahi-set-host-name.1
d59061
 
d59061
-if HAVE_GTK
d59061
+if HAVE_GTK2OR3
d59061
 man_MANS += \
d59061
 	bssh.1
d59061
 endif
d59061
@@ -64,12 +64,13 @@ endif
d59061
 if HAVE_PYTHON
d59061
 man_MANS += \
d59061
 	avahi-bookmarks.1
d59061
-if HAVE_GTK
d59061
+endif
d59061
+
d59061
+if HAVE_PYGOBJECT
d59061
 man_MANS += \
d59061
 	avahi-discover.1
d59061
 endif
d59061
 endif
d59061
-endif
d59061
 
d59061
 if ENABLE_AUTOIPD
d59061
 if HAVE_LIBDAEMON
d59061
@@ -134,7 +135,7 @@ EXTRA_DIST = \
d59061
 if HAVE_DBUS
d59061
 
d59061
 BSSH_LN =
d59061
-if HAVE_GTK
d59061
+if HAVE_GTK2OR3
d59061
 if HAVE_GLIB
d59061
 BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
d59061
 BSSH_LN += $(LN_S) bssh.1 bshell.1 &&
d59061
-- 
d59061
2.25.2
d59061