mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/session: add noop session
This is the first step towards being able to run via DRM leasing and on render
nodes.
Test with:
export WLR_BACKENDS=drm
export WLR_SESSION=noop
export WLR_DRM_DEVICES=/dev/dri/renderD128
This commit is contained in:
parent
755a1c9138
commit
8efeca528f
3 changed files with 66 additions and 13 deletions
|
|
@ -23,6 +23,7 @@ backend_files = files(
|
|||
'noop/backend.c',
|
||||
'noop/output.c',
|
||||
'session/direct-ipc.c',
|
||||
'session/noop.c',
|
||||
'session/session.c',
|
||||
'wayland/backend.c',
|
||||
'wayland/output.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue