New comment by ofiala-a51 on void-packages repository https://github.com/void-linux/void-packages/pull/26224#issuecomment-723639256 Comment: Okay, I have added support for seatd and will look into the rest shortly. Regarding wayfire, they should support it in the next release according to [this](https://github.com/WayfireWM/wayfire/issues/858). Regarding the changes: In addition to supporting seatd, libseat also implements relevant parts of libelogind's functionality, which means libseat can be used as a backend for both seatd and elogind (afaik). This PR thus replaces wlroots' dependency libelogind with libseat since according to my testing, wlroots-based compositors work with libseat + elogind combo without issues. If there is anything I've missed, please correct me. Note, that libseat has to be compiled with elogind support in order to work with elogind, which afaik is already done in #24580 .