service/polkit: add service module to write Polkit agents
This commit is contained in:
parent
1b147a2c78
commit
db1777c20b
23 changed files with 1557 additions and 1 deletions
7
BUILD.md
7
BUILD.md
|
|
@ -192,6 +192,13 @@ To disable: `-DSERVICE_PAM=OFF`
|
|||
|
||||
Dependencies: `pam`
|
||||
|
||||
### Polkit
|
||||
This feature enables creating Polkit agents that can prompt user for authentication.
|
||||
|
||||
To disable: `-DSERVICE_POLKIT=OFF`
|
||||
|
||||
Dependencies: `polkit`, `glib`
|
||||
|
||||
### Hyprland
|
||||
This feature enables hyprland specific integrations. It requires wayland support
|
||||
but has no extra dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue