. "${GRIMOIRE}/MESON_DEPENDS" &&
depends PKG-CONFIG            &&
depends python3               &&
depends glib2                 &&
depends gtk+4                 &&
depends fribidi               &&

optional_depends gobject-introspection    \
                 "introspection=enabled"  \
                 "introspection=disabled" \
                 "Enable introspection?"  &&

optional_depends gtk-doc                  \
                 "gtk_doc=true"           \
                 "gtk_doc=false"          \
                 "Build documentation?"   &&

optional_depends vala                     \
                 'vapi=true'              \
                 'vapi=false'             \
                 'Build vala bindings?'
