wlroots-hyprland/session/meson.build

10 lines
140 B
Meson
Raw Normal View History

2017-07-10 23:56:54 +02:00
wlr_files += files(
'direct-ipc.c',
'direct.c',
'session.c',
)
if dep_systemd.found()
wlr_files += files('logind.c')
endif