. "${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'
