mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Fix build on systems without systemd
This commit is contained in:
parent
de4dff79b2
commit
e6a7817e45
3 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue