depends pkgconfig  &&
depends dbus       &&
depends dbus-glib  &&
depends eggdbus    &&
depends expat      &&
depends intltool   &&

if [[ "$POLICYKIT_AFW" != "none" ]]; then
    depends $POLICYKIT_AFW
fi  &&

optional_depends gobject-introspection \
                 "--enable-introspection" \
                 "--disable-introspection" \
                 "Enable GObject introspection?" &&

optional_depends gtk-doc                    \
                 "--enable-gtk-doc"         \
                 "--disable-gtk-doc"        \
                 "Build Devhelp files?"
