mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
backend/session: introduce wlr_device_manager
This commit is contained in:
parent
3bd8f29b13
commit
e8b81b3d4a
7 changed files with 362 additions and 251 deletions
|
|
@ -12,6 +12,6 @@ if not (udev.found() and libseat.found())
|
|||
subdir_done()
|
||||
endif
|
||||
|
||||
wlr_files += files('session.c')
|
||||
wlr_files += files('session.c', 'udev.c')
|
||||
wlr_deps += [udev, libseat]
|
||||
features += { 'session': true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue