diff options
author | Simon Ser <contact@emersion.fr> | 2021-04-17 09:48:26 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-17 09:48:26 +0200 |
commit | 9f33d8ad39c26c00ef129419ea1c69c6966e5606 (patch) | |
tree | d192437bb07028e96e0929e308a41575433ba137 | |
parent | d87ede0d695b0b891fda45e85df94cb5b1c3bf0e (diff) |
readme: mark libseat as mandatory dep
[1] has made wlroots unconditionally depend on libseat. Mention this
in the README.
[1]: https://github.com/swaywm/wlroots/pull/2839
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,7 @@ Install dependencies: * xkbcommon * udev * pixman -* libseat (optional, for (e)logind and seatd support) +* [libseat] If you choose to enable X11 support: @@ -81,4 +81,5 @@ See [CONTRIBUTING.md]. [wiki]: https://github.com/swaywm/wlroots/wiki/Getting-started [Sway]: https://github.com/swaywm/sway [wrapper libraries]: https://github.com/search?q=topic%3Abindings+org%3Aswaywm&type=Repositories +[libseat]: https://git.sr.ht/~kennylevinsen/seatd [CONTRIBUTING.md]: https://github.com/swaywm/wlroots/blob/master/CONTRIBUTING.md |