summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-python/Makefile.am2
-rwxr-xr-xavahi-python/avahi-bookmarks.in2
2 files changed, 1 insertions, 3 deletions
diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am
index 09ad6de..4989b4b 100644
--- a/avahi-python/Makefile.am
+++ b/avahi-python/Makefile.am
@@ -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
diff --git a/avahi-python/avahi-bookmarks.in b/avahi-python/avahi-bookmarks.in
index a1e8d0c..172abb3 100755
--- a/avahi-python/avahi-bookmarks.in
+++ b/avahi-python/avahi-bookmarks.in
@@ -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: