[Lunar-commits] <moonbase> avahi: Adjusting the BUILD/DEPENDS.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Dec 23 21:55:02 CET 2011


commit 45aae0ac1f69c3abe42f38d863640c59f18eabb4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Dec 23 15:55:02 2011 -0500

    avahi: Adjusting the BUILD/DEPENDS.
---
 net/avahi/BUILD   |    2 +-
 net/avahi/DEPENDS |   30 ++++++++----------------------
 2 files changed, 9 insertions(+), 23 deletions(-)

diff --git a/net/avahi/BUILD b/net/avahi/BUILD
index 2d1d65a..0a852c3 100644
--- a/net/avahi/BUILD
+++ b/net/avahi/BUILD
@@ -11,7 +11,7 @@
    add_priv_group netdev &&
 
    OPTS+=" --enable-compat-howl --enable-compat-libdns_sd --disable-gtk3 --disable-qt3 \
-        --disable-stack-protector --disable-gdbm --with-distro=none" &&
+           --disable-stack-protector --with-distro=none --disable-monodoc" &&
 
     default_build
 
diff --git a/net/avahi/DEPENDS b/net/avahi/DEPENDS
index 9ba477f..cd68f55 100644
--- a/net/avahi/DEPENDS
+++ b/net/avahi/DEPENDS
@@ -2,34 +2,20 @@ depends libdaemon
 
 optional_depends "nss-mdns" "" "" "for Name Switching Services Support"
 
-optional_depends "gdbm" "--enable-gdbm" "--disable-gdbm" "for extensible hashing support"
 
-optional_depends "qt4" \
-                 "--enable-qt4" \
-                 "--disable-qt4" \
-                 "building of Qt4 mainloop integration"
+optional_depends "gdbm"      "--enable-gdbm"     "--disable-gdbm"     "for extensible hashing support"
+optional_depends "qt4"       "--enable-qt4"      "--disable-qt4"      "building of Qt4 mainloop integration"
+optional_depends "libglade"  "--enable-gtk"      "--disable-gtk"      "for the use of GTK+"
+optional_depends "pygtk"     "--enable-pygtk"    "--disable-pygtk"    "for the use of pyGTK"
+optional_depends "xmltoman"  "--enable-xmltoman" "--disable-xmltoman" "to build the manpages"
+optional_depends "gtk-sharp" "--enable-mono"     "--disable-mono"     "to build the Mono/.NET avahi-sharp library"
 
-optional_depends "libglade" \
-                 "--enable-gtk" \
-                 "--disable-gtk" \
-                 "for the use of GTK+"
+optional_depends "gobject-introspection" "--enable-introspection=yes" "--enable-introspection=no" "for introspection support"
 
-optional_depends "pygtk" \
-                 "--enable-pygtk" \
-                 "--disable-pygtk" \
-                 "for the use of pyGTK"
-
-optional_depends "dbus-python" \
-                 "--enable-python-dbus --enable-python" \
+optional_depends "dbus-python" "--enable-python-dbus --enable-python" \
                  "--disable-python-dbus --disable-python" \
                  "Enable use of D-Bus in Python"
 
-optional_depends "xmlto" \
-                 "--enable-xmltoman" \
-                 "--disable-xmltoman" \
-                 "to build the manpages"
 
-optional_depends "gtk-sharp"  "--enable-mono"  "--disable-mono"  \
-                 "to build the Mono/.NET avahi-sharp library"
 
 


More information about the Lunar-commits mailing list