if [[ "$SQUASHFS_LZMA" == "y" ]]; then
  depends LZMA 
fi &&
if [[ "$SQUASHFS_LZO" == "y" ]]; then 
  depends lzo
fi
