depends PKG-CONFIG &&
depends libtool    &&
depends automake   &&
depends autoconf   &&
depends dbus-glib  &&
depends glib2      &&
depends dbusmenu   &&

optional_depends gtk+2                               \
                 '--with-gtk=2'                      \
                 '--with-gtk=3'                      \
                 'Use gtk+2? (Uses Gtk+3 otherwise)' &&

if ! is_depends_enabled $SPELL gtk+2; then
  depends gtk+3
fi &&

optional_depends gobject-introspection               \
                 '--enable-introspection=yes'        \
                 '--enable-introspection=no'         \
                 'Enable introspection?'             &&

optional_depends vala                                \
                 ''                                  \
                 ''                                  \
                 'Build vala bindings?'              &&

optional_depends gtk-doc                             \
                 '--enable-gtk-doc=yes'              \
                 '--enable-gtk-doc=no'               \
                 'Build documentation?'
