depends PKG-CONFIG &&
depends linux-pam  &&

optional_depends xauth '' '' 'x11 support' &&

optional_depends wayland '' '' 'wayland support' &&

if is_depends_enabled $SPELL xauth; then
  depends libxcb
fi &&

optional_depends systemd '' '' 'Build systemd service file?' &&

if ! is_depends_enabled $SPELL systemd; then
  optional_depends openrc '' '' 'Build openrc init file?' &&

  if ! is_depends_enabled $SPELL openrc; then
    optional_depends runit '' '' 'Build runit init file?'
  fi
fi
