mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
9 lines
140 B
Meson
9 lines
140 B
Meson
wlr_files += files(
|
|
'direct-ipc.c',
|
|
'direct.c',
|
|
'session.c',
|
|
)
|
|
|
|
if dep_systemd.found()
|
|
wlr_files += files('logind.c')
|
|
endif
|