summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-17 08:44:30 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-17 08:44:30 -0500
commit9c141f0bf1f70e284d6bac1679d4bc56ebb93f5a (patch)
tree18aa17139dd2aa66fd89002d1f186d755379ded5 /CMakeLists.txt
parentFix null dereference in swaybar (diff)
downloadsway-9c141f0bf1f70e284d6bac1679d4bc56ebb93f5a.tar.gz
sway-9c141f0bf1f70e284d6bac1679d4bc56ebb93f5a.tar.zst
sway-9c141f0bf1f70e284d6bac1679d4bc56ebb93f5a.zip
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)
49find_package(Wayland REQUIRED) 49find_package(Wayland REQUIRED)
50find_package(XKBCommon REQUIRED) 50find_package(XKBCommon REQUIRED)
51find_package(GdkPixbuf REQUIRED) 51find_package(GdkPixbuf REQUIRED)
52find_package(PAM REQUIRED)
52 53
53include(Manpage) 54include(Manpage)
54 55