mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/session: Remove direct backend
This is instead delegated to libseat.
This commit is contained in:
parent
95b657ba80
commit
d037c2dddc
7 changed files with 1 additions and 871 deletions
|
|
@ -5,16 +5,9 @@ libseat = dependency('libseat',
|
|||
)
|
||||
|
||||
wlr_files += files(
|
||||
'direct-ipc.c',
|
||||
'noop.c',
|
||||
'session.c',
|
||||
'libseat.c'
|
||||
)
|
||||
|
||||
if host_machine.system().startswith('freebsd')
|
||||
wlr_files += files('direct-freebsd.c')
|
||||
else
|
||||
wlr_files += files('direct.c')
|
||||
endif
|
||||
|
||||
wlr_deps += libseat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue