. "${GRIMOIRE}/MESON_DEPENDS" &&
depends perl  &&
depends glib2 &&

optional_depends gtk-doc \
                 "gtk_doc=true" \
                 "gtk_doc=false" \
                 "Build documentation with gtk-doc" &&
if is_depends_enabled "$SPELL" gtk-doc; then
  depends smartypants
fi &&

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

#if is_depends_enabled $SPELL gobject-introspection; then
#  optional_depends vala \
#                   "--enable-vala" \
#                   "--disable-vala" \
#                   "for Vala bindings"
#fi &&

optional_depends libgcrypt \
                 "crypto=libgcrypt" \
                 "crypto=disable" \
                 "for gcrypt and transport encryption"
#optional_depends GETTEXT '' '' 'NLS support'

#optional_depends linux-pam \
#                 "pam=true"  \
#                 "pam=false"  \
#                 "PAM support"
