summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf37d9df..99081dca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ find_package(Cairo REQUIRED)
57find_package(Pango REQUIRED) 57find_package(Pango REQUIRED)
58find_package(GdkPixbuf) 58find_package(GdkPixbuf)
59find_package(PAM) 59find_package(PAM)
60find_package(DBus) 60find_package(DBus 1.10)
61 61
62find_package(LibInput REQUIRED) 62find_package(LibInput REQUIRED)
63 63