mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Implement PAM password verification in swaylock
This commit is contained in:
parent
d91185d67b
commit
9c141f0bf1
4 changed files with 282 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ find_package(WLC REQUIRED)
|
|||
find_package(Wayland REQUIRED)
|
||||
find_package(XKBCommon REQUIRED)
|
||||
find_package(GdkPixbuf REQUIRED)
|
||||
find_package(PAM REQUIRED)
|
||||
|
||||
include(Manpage)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue