aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-05-01 15:50:19 +1200
committerScott Anderson <ascent12@hotmail.com>2017-05-01 15:50:19 +1200
commit9ac46ec5ed6ba67a8c684069f8255384f6acd18b (patch)
tree723b04a2b6c5e17e4640caf3019feef196cc10f1 /CMakeLists.txt
parent95a553dc51029406f9b52227e88ebd9f67b203a5 (diff)
Got it to build
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 dd4d9969..30a2c37d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ find_package(DRM REQUIRED)
find_package(LibInput REQUIRED)
find_package(Udev)
find_package(Dbus)
+find_package(Systemd)
include(Wayland)
include(Manpage)