. "$GRIMOIRE"/MESON_DEPENDS &&

depends glib2 &&
depends ncurses &&
depends -sub CXX gcc &&
depends SSL &&

optional_depends  perl \
                  " with-perl=yes" \
                  " with-perl=no" \
                  "for perl support" &&

# no meson option for socks support
optional_depends  dante \
		  "" \
		  "" \
		  "for SOCKS support" &&

optional_depends  utf8proc \
                  " disable-utf8proc=no" \
                  " disable-utf8proc=yes" \
                  "for UTF8 normalization" &&

if [[ $IRSSI_BRANCH == scm ]]; then
  depends subversion
fi
