aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-05 14:41:14 -0500
committerGitHub <noreply@github.com>2017-11-05 14:41:14 -0500
commit7c3b0ffc324d913dd1c58b2497c9c36c74580ded (patch)
treeb90134fc36647b8358e83a9f56e8452e0d4c57b5 /CMakeLists.txt
parentc4d4af7913beae9239fd7f1d84f998af19835e3e (diff)
parente677888b620d7e04b640b2f104161e2d1d28607c (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 bf373280..dc521570 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,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)