. "${GRIMOIRE}/MESON_DEPENDS" &&
. "$GRIMOIRE"/VDEPENDS &&
vdepends <<EOF &&
	 cairo
	 cairomm
	 glibmm >= 2.68
	 meson
	 pango
EOF

optional_depends "doxygen"                          \
                 "build-documentation=true"         \
                 "build-documentation=false"        \
                 "Build documentation with doxygen" &&

if is_depends_enabled $SPELL doxygen; then
  depends graphviz
fi
