Skip to content

backend/session: add noop session

Simon Ser requested to merge github/fork/emersion/noop-session into master

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

Fixes https://github.com/swaywm/wlroots/issues/1437

Merge request reports