aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-13 08:21:57 -0400
committerDrew DeVault <sir@cmpwn.com>2017-08-13 08:21:57 -0400
commite6a7817e45ccd0312198a5040e78b27325b543bd (patch)
tree2ebdbb8c17c86c8acd4c1f5b5d1d6fc6fa72c6ed /backend
parentde4dff79b2107c574420fd1d86be6183629d1930 (diff)
Fix build on systems without systemd
Diffstat (limited to 'backend')
-rw-r--r--backend/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 7fcf00b8..dcf7837a 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -25,7 +25,7 @@ backend_files = files(
)
if systemd.found()
- wlr_files += files('session/logind.c')
+ backend_files += files('session/logind.c')
endif
lib_wlr_backend = static_library('wlr_backend', backend_files,