From 3991726b9b0ddca86e99675fcd15df9e6dc194ab Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 18 Jun 2024 15:25:10 -0700 Subject: [PATCH] docs: document PAM feature in build instructions --- BUILD.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILD.md b/BUILD.md index 3c3e712..ea69cbd 100644 --- a/BUILD.md +++ b/BUILD.md @@ -113,6 +113,13 @@ To disable: `-DSERVICE_MPRIS=OFF` Dependencies: `qt6dbus` (usually part of qt6base) +### PAM +This feature enables PAM integration for user authentication. + +To disable: `-DSERVICE_PAM=OFF` + +Dependencies: `pam` + ### Hyprland This feature enables hyprland specific integrations. It requires wayland support but has no extra dependencies.