Implement PAM password verification in swaylock

This commit is contained in:
Drew DeVault 2015-12-17 08:44:30 -05:00
parent d91185d67b
commit 9c141f0bf1
4 changed files with 282 additions and 0 deletions

View file

@ -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)