if [[ ${MINBIF_BRANCH} == "scm" ]]
then
  depends git
fi &&
depends cmake &&
depends pidgin &&

optional_depends libcaca   "ENABLE_CACA=ON"  "ENABLE_CACA=OFF"  "Use libcaca features to display icons?" &&
optional_depends gstreamer "ENABLE_VIDEO=ON" "ENABLE_VIDEO=OFF" "Enable the video viewer?"
if is_depends_enabled $SPELL gstreamer; then
 depends -sub LIBCACA $SPELL
 depends farsight2
fi &&
optional_depends libxml2   "ENABLE_PLUGIN=ON" "ENABLE_PLUGIN=OFF" "Compile libpurple's plugins?"
optional_depends linux-pam "ENABLE_PAM=ON"    "ENABLE_PAM=OFF"    "Compile with PAM support?"
suggest_depends netkit-inetd "" "" "To run mindbif through inetd"
