mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Use subdir
This commit is contained in:
parent
924bf0f669
commit
a2ba226ba3
7 changed files with 82 additions and 65 deletions
9
session/meson.build
Normal file
9
session/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
wlr_files += files(
|
||||
'direct-ipc.c',
|
||||
'direct.c',
|
||||
'session.c',
|
||||
)
|
||||
|
||||
if dep_systemd.found()
|
||||
wlr_files += files('logind.c')
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue