diff options
author | emersion <contact@emersion.fr> | 2019-03-01 22:37:35 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-02 08:40:27 -0700 |
commit | 8efeca528f9aab16de673e5c9e19028667b1c7bb (patch) | |
tree | 4d1b9194b650a815b4d8b09bd536f7a7cff4f26e /backend/meson.build | |
parent | 755a1c9138d82b5184f36d5373dac7cf8fc642da (diff) |
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
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build index 39769ecd..67bc1874 100644 --- a/backend/meson.build +++ b/backend/meson.build @@ -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', |