aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-12-17 08:44:30 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-12-17 08:44:30 -0500
commit8e1cad308a63c059b2fef593977fed910c448c24 (patch)
tree18aa17139dd2aa66fd89002d1f186d755379ded5 /CMakeLists.txt
parent3a46765f38b43e9d48231c983ae4dc5f46093799 (diff)
Implement PAM password verification in swaylock
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d7623b0..576b875d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)