mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
parent
e5e6dab7fd
commit
175f89f4ff
6 changed files with 22 additions and 3 deletions
|
|
@ -28,9 +28,13 @@ if systemd.found()
|
|||
backend_files += files('session/logind.c')
|
||||
endif
|
||||
|
||||
if elogind.found()
|
||||
backend_files += files('session/logind.c')
|
||||
endif
|
||||
|
||||
lib_wlr_backend = static_library(
|
||||
'wlr_backend',
|
||||
backend_files,
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, wlr_protos],
|
||||
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_protos],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue