case $THIS_SUB_DEPENDS in
  LIBCDIO)  is_depends_enabled  $SPELL  libcdio  &&  return  0
            ;;
 LIBMPEG2)  is_depends_enabled  $SPELL  libmpeg2  &&  return  0
            ;;
esac
return 1
