mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01: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
|