]> git.meshlink.io Git - catta/commitdiff
compile python module even without gtk. It seems, that most parts of python are not...
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 19:36:45 +0000 (20:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 19:36:45 +0000 (20:36 +0100)
Original patch from Stanislav Brabec.

Closes #222.

avahi-python/avahi/Makefile.am

index 4a7302255a90deba1fb487c531d651b97b2146d7..c0c9c343389065c346a5db85bd221ad116c32ed8 100644 (file)
@@ -52,12 +52,10 @@ endif
 
 avahi_PYTHON = $(avahi_SCRIPTS)
 
-if HAVE_PYGTK
 if HAVE_PYTHON_DBUS
 
 avahi_PYTHON += __init__.py
 
-endif
 endif
 endif