depends libuv &&
optional_depends libcap \
                 "--enable-linux-caps" \
                 "--disable-linux-caps" \
                 "for linux capabilities support" &&

optional_depends SSL \
                 "--with-openssl" \
                 "--without-openssl" \
                 "to build with OpenSSL, required for DNSSEC"

if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
	depends python3 &&
	depends python-ply
fi &&

optional_depends libxml2 \
                 "--with-libxml2" \
		 "--without-libxml2" \
		 "link against libxml2" &&

optional_depends zlib \
                 "--with-zlib" \
		 "--without-zlib" \
		 "for zlib compression" &&

optional_depends libidn2 \
                 "--with-libidn2" \
		 "--without-libidn2" \
		 "for IDN support" &&

optional_depends python-ply \
                 "--with-python" \
                 "--without-python" \
                 "for python based tools, e.g. dnssec-keymgr"
