. "${GRIMOIRE}/MESON_DEPENDS" &&
depends dbus  &&
depends glib2 &&
optional_depends libx11 "x11=enabled" "x11=disabled" "for X11 support" &&
if is_depends_enabled "${SPELL}" "libx11"; then
  depends libxcb &&
  depends libxi &&
  depends libxtst
fi &&
optional_depends GETTEXT '' '' 'NLS support' &&
optional_depends gobject-introspection 'introspection=enabled' \
                 'introspection=disabled' 'enable GObject introspection' &&
optional_depends gtk-doc 'docs=true' 'docs=false' 'build documents' &&

if [[ "${AT_SPI2_CORE_BRANCH}" == "devel" ]]; then
  optional_depends dbus-glib 'dbus_glib=enabled' 'dbus_glib=disabled' \
                             'use dbus-glib for main loop integration'
fi
