depends  autoconf      &&
depends  automake      &&
depends  dbus          &&
depends  glib2         &&
depends  libgcrypt     &&
depends  libgpg-error  &&
depends  libtool       &&
depends  libxml2       &&
depends  sqlite        &&
depends  -sub TLS glib-networking &&

if [[ $LIBSOUP_GNOME == "y" ]]; then
  depends libproxy &&
  depends gconf2   &&
  depends libgnome-keyring
fi &&

if [[ $LIBSOUP_DEVEL == "y" ]]; then
  sub_depends glib2 'GLIB_DEVEL'
fi &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "Build documenation with gtk-doc" &&


optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "for introspection"

