mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-18 02:02:41 +00:00
10 lines
140 B
Meson
10 lines
140 B
Meson
wlr_files += files(
|
|
'direct-ipc.c',
|
|
'direct.c',
|
|
'session.c',
|
|
)
|
|
|
|
if dep_systemd.found()
|
|
wlr_files += files('logind.c')
|
|
endif
|