source $GRIMOIRE/MESON_DEPENDS

depends glib2 &&

optional_depends gtk+3 \
                 ' gtk=true' \
                 ' gtk=false' \
                 "for GTK+ interface" &&

if is_depends_enabled ${SPELL} gtk+3; then
  depends pango &&
  depends cairo
fi &&

optional_depends qt6base \
                 ' qt=true' \
                 ' qt=false' \
                 'for QT interface' &&

optional_depends dbus \
                 ' dbus=true' \
                 ' dbus=false' \
                 'for D-Bus notifications support' &&

optional_depends libarchive\
                 ' libarchive=true' \
                 ' libarchive=false' \
                 'libarchive support'

#optional_depends GETTEXT \
#                 "--enable-nls" \
#                 "--disable-nls" \
#                 "for Native Language Support"
