. "$GRIMOIRE"/MESON_DEPENDS &&

depends  libxml2       &&
depends  gtk+3         &&

optional_depends gtk-doc                                \
		 gtk_doc={true,false} \
                 "to build reference documentation?" &&

optional_depends python3 \
                 python={enabled,disabled} \
                 "for the Python catalog" &&

optional_depends gjs \
		gjs={enabled,disabled} \
		'for the GJS (JavaScript) catalog' &&

optional_depends gobject-introspection \
		 introspection={true,false} \
                 "for introspection support" &&

optional_depends webkitgtk3 \
		 webkit2gtk={enabled,disabled} \
		 'for the webkit2gtk catalog'
