aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-05 14:41:14 -0500
committerDrew DeVault <sir@cmpwn.com>2017-11-06 18:16:07 -0500
commit37a4b626255a80071959d30e7a6af4d70c59295e (patch)
tree76da7f615121138eccf66ba6a8100a48e4d0c7d6 /CMakeLists.txt
parent96cd3a3271f1af33b05d8f579fce0312359f65ab (diff)
Merge pull request #1455 from etam/dbus_dependency
Update dbus dependency
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)
find_package(Pango REQUIRED)
find_package(GdkPixbuf)
find_package(PAM)
-find_package(DBus)
+find_package(DBus 1.10)
find_package(LibInput REQUIRED)