Skip to content

Commit

Permalink
Update readme with required wlroots backends and renderers
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
  • Loading branch information
parona-source committed Mar 18, 2024
1 parent 2b31cfe commit 3b0e8f6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,20 @@ These are the dependencies needed for building Wayfire.
These are the dependencies needed for building wlroots, and should be installed before building it.
They are relevant for cases when the system doesn't have a version of wlroots installed.

#### DRM Backend (optional, but you most likely want this)
#### DRM Backend (required)

- [libdisplay-info-dev](https://gitlab.freedesktop.org/emersion/libdisplay-info)
- [hwdata-dev](https://github.com/vcrhonek/hwdata)

#### Session Provider (optional, recommended)
#### GLES2 renderer (required)
- [libglvnd](https://gitlab.freedesktop.org/glvnd/libglvnd)

- [systemd](https://systemd.io/) **or**
- [elogind](https://github.com/elogind/elogind) **or**
#### Libinput Backend (required)
- [libinput](https://gitlab.freedesktop.org/libinput/libinput)

#### Session Provider (required)

- libudev (via [systemd](https://systemd.io/) **or** other providers)
- [seatd](https://git.sr.ht/~kennylevinsen/seatd)

#### XWayland Support (optional)
Expand Down

0 comments on commit 3b0e8f6

Please sign in to comment.