docs: document PAM feature in build instructions

This commit is contained in:
outfoxxed 2024-06-18 15:25:10 -07:00
parent ae762f5c6e
commit 3991726b9b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -113,6 +113,13 @@ To disable: `-DSERVICE_MPRIS=OFF`
Dependencies: `qt6dbus` (usually part of qt6base) Dependencies: `qt6dbus` (usually part of qt6base)
### PAM
This feature enables PAM integration for user authentication.
To disable: `-DSERVICE_PAM=OFF`
Dependencies: `pam`
### Hyprland ### Hyprland
This feature enables hyprland specific integrations. It requires wayland support This feature enables hyprland specific integrations. It requires wayland support
but has no extra dependencies. but has no extra dependencies.