if [[ $ALSA_LIB_BRANCH == scm ]]; then
  depends git &&
  depends libtool &&
  depends automake &&
  depends autoconf
fi &&

optional_depends PYTHON \
                 "--enable-python" \
                 "--disable-python" \
                 "for python components"
