depends PKG-CONFIG      &&
depends python3         &&
depends setuptools      &&
depends wheel           &&
depends pygobject3      &&
depends greetd          &&
depends gtk+3           &&
depends gtk-layer-shell &&

optional_depends hyprland '' '' 'Use hyprland (instead of sway)' &&

if ! is_depends_enabled $SPELL hyprland; then
  optional_depends swayfx '' '' 'Use swayfx (instead of sway)' &&
  if ! is_depends_enabled $SPELL swayfx; then
    depends sway
  fi
fi &&

suggest_depends gnome-themes-standard '' '' 'provides default adwaita theme'
