. "$GRIMOIRE"/MESON_DEPENDS &&
depends exiv2 &&
if [[ "$GEXIV2_BMFF" = y ]]; then
  sub_depends exiv2 BMFF
fi &&
# If you want vala API, this needs fixing.
# You need to enable gobject-introspection, too, then.
optional_depends gobject-introspection \
                 "introspection=true" \
                 "introspection=false vapi=false python3=false" \
                 "for GObject introspection, required for python bindings" &&
if is_depends_enabled $SPELL gobject-introspection; then
  depends pygobject3 "python3=true vapi=false"
fi
