.  "${GRIMOIRE}/MESON_DEPENDS" &&
depends PKG-CONFIG             &&
depends wayland                &&
depends wayland-protocols      &&
depends wlroots                &&
depends gtk+3                  &&

optional_depends gobject-introspection     \
                 'introspection=true'      \
                 'introspection=false'     \
                 'Enable introspection?'   &&

if is_depends_enabled $SPELL gobject-introspection; then
  optional_depends vala                      \
                   'vapi=true'               \
                   'vapi=false'              \
                   'Build vapi data?'
fi &&

optional_depends gtk-doc                   \
                 'docs=true'               \
                 'docs=false'              \
                 'Generate documentation?'
