backend: remove noop backend

This commit is contained in:
Simon Zeni 2021-09-30 10:53:18 -04:00 committed by Simon Ser
parent b234edcf58
commit 1d3dd7fc08
8 changed files with 1 additions and 247 deletions

View file

@ -3,7 +3,7 @@ wlroots reads these environment variables
# wlroots specific
* *WLR_BACKENDS*: comma-separated list of backends to use (available backends:
libinput, drm, wayland, x11, headless, noop)
libinput, drm, wayland, x11, headless)
* *WLR_NO_HARDWARE_CURSORS*: set to 1 to use software cursors instead of
hardware cursors
* *WLR_XWAYLAND*: specifies the path to an Xwayland binary to be used (instead