. "$GRIMOIRE"/MESON_DEPENDS &&

depends dbus-glib  &&
depends gdk-pixbuf2 &&
depends glib2 &&

optional_depends gtk-doc \
                 "gtk_doc=true" \
                 "gtk_doc=false" \
                 "build the API reference" &&

optional_depends gobject-introspection \
                 "introspection=enabled" \
                 "introspection=disabled" \
                 "for introspection" &&

optional_depends libxslt \
                 "man=true" \
                 "man=false" \
                 "build manpages" &&

optional_depends xmlto \
                 "docbook_docs=enabled" \
                 "docbook_docs=disabled" \
                 "build DocBook documentation" &&

optional_depends gtk+4 \
                 "tests=true" \
                 "tests=false" \
                 "for tests"
