aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b5bf090..813bec4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,8 +54,8 @@ find_package(PCRE REQUIRED)
54find_package(WLC REQUIRED) 54find_package(WLC REQUIRED)
55find_package(Wayland REQUIRED) 55find_package(Wayland REQUIRED)
56find_package(XKBCommon REQUIRED) 56find_package(XKBCommon REQUIRED)
57find_package(Cairo) 57find_package(Cairo REQUIRED)
58find_package(Pango) 58find_package(Pango REQUIRED)
59find_package(GdkPixbuf) 59find_package(GdkPixbuf)
60find_package(PAM) 60find_package(PAM)
61 61