depends  glib2             &&
depends  libxml2           &&
depends  xml-parser-expat  &&
depends  dbus-glib         &&
depends  intltool          &&

optional_depends GETTEXT \
                 '--enable-nls' \
                 '--disable-nls' \
                 'NLS support' &&

optional_depends orbit2 \
                 '--enable-orbit' \
                 '--disable-orbit' \
                 'use ORBit for IPC' &&

optional_depends policykit \
                 "--enable-defaults-service" \
                 "--disable-defaults-service" \
                 "Build the defaults DBus service?" &&

optional_depends openldap \
                 "--with-openldap" \
                 "--without-openldap" \
                 "Enable LDAP backend?" &&

optional_depends  gtk-doc                              \
                  "--enable-gtk-doc"                   \
                  "--disable-gtk-doc"                  \
                  "Use gtk-doc to build documentation" &&

optional_depends  gtk+2                                \
                  "--enable-gtk --with-gtk=2.0"        \
                  "--disable-gtk"                      \
                  "for GConf sanity checker (gtk+2)"   &&

optional_depends  gtk+3                                \
                  "--enable-gtk --with-gtk=3.0"        \
                  ""                                   \
                  "for GConf sanity checker (gtk+3)" &&

optional_depends  gobject-introspection \
                  --enable-introspection=yes \
                  --enable-introspection=no \
                  'introspection support'
