aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
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,