summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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