]> git.meshlink.io Git - catta/commitdiff
Install avahi bookmarks, even if no pygtk is available.
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 19:31:42 +0000 (20:31 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 19:31:42 +0000 (20:31 +0100)
Original patch by Stanislav Brabec.

Re #222

avahi-python/Makefile.am
avahi-python/avahi-bookmarks.in

index 09ad6de6f736a274b16a1a5f9c13ab767289e9c6..4989b4b6bfc53d70cd28d5a33558bf03f3fdbf7b 100644 (file)
@@ -29,7 +29,6 @@ SUBDIRS=avahi avahi-discover
 
 if HAVE_PYTHON
 if HAVE_PYTHON_DBUS
-if HAVE_PYGTK
 
 pythonscripts = \
        avahi-bookmarks
@@ -43,4 +42,3 @@ CLEANFILES = $(pythonscripts)
 
 endif
 endif
-endif
index a1e8d0ce6ab3ca5b47baf6e4ad9e7e734ac36d13..172abb30228c983ac54aab15eef3bdf3a1b8f724 100755 (executable)
@@ -24,7 +24,7 @@ import sys, getopt, os
 try:
     import avahi, gobject, dbus
 except ImportError:
-    print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus."
+    print "Sorry, to use this tool you need to install Avahi and python-dbus."
     sys.exit(1)
 
 try: