From: Lennart Poettering Date: Fri, 12 Dec 2008 19:36:45 +0000 (+0100) Subject: compile python module even without gtk. It seems, that most parts of python are not... X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=7289ee4063da05f276bce22685312baa83f0f117;p=catta compile python module even without gtk. It seems, that most parts of python are not dependent on gtk+ Original patch from Stanislav Brabec. Closes #222. --- diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 4a73022..c0c9c34 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -52,12 +52,10 @@ endif avahi_PYTHON = $(avahi_SCRIPTS) -if HAVE_PYGTK if HAVE_PYTHON_DBUS avahi_PYTHON += __init__.py -endif endif endif