Skip to content

Commit

Permalink
avahi: Adjusting the BUILD/DEPENDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis `stumbles` Veatch committed Dec 23, 2011
1 parent fbc6aca commit 45aae0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion net/avahi/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
30 changes: 8 additions & 22 deletions net/avahi/DEPENDS
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit 45aae0a

Please sign in to comment.