Fix build on systems without systemd

This commit is contained in:
Drew DeVault 2017-08-13 08:21:57 -04:00
parent de4dff79b2
commit e6a7817e45
3 changed files with 4 additions and 4 deletions

View file

@ -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,