]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-man-conditions.patch
- fixed qt3 devel dependency; release 2
[packages/avahi.git] / avahi-man-conditions.patch
1 --- avahi-0.8/man/Makefile.am.orig      2015-04-01 06:58:14.161726826 +0200
2 +++ avahi-0.8/man/Makefile.am   2020-02-27 16:14:12.743231790 +0100
3 @@ -56,7 +56,7 @@
4         avahi-publish.1 \
5         avahi-set-host-name.1
6  
7 -if HAVE_GTK
8 +if HAVE_GTK2OR3
9  man_MANS += \
10         bssh.1
11  endif
12 @@ -64,12 +64,14 @@
13  if HAVE_PYTHON
14  man_MANS += \
15         avahi-bookmarks.1
16 -if HAVE_GTK
17 +if HAVE_PYTHON_DBUS
18 +if HAVE_PYGOBJECT
19  man_MANS += \
20         avahi-discover.1
21  endif
22  endif
23  endif
24 +endif
25  
26  if ENABLE_AUTOIPD
27  if HAVE_LIBDAEMON
28 @@ -134,7 +136,7 @@
29  if HAVE_DBUS
30  
31  BSSH_LN =
32 -if HAVE_GTK
33 +if HAVE_GTK2OR3
34  if HAVE_GLIB
35  BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
36  endif
This page took 0.032656 seconds and 3 git commands to generate.