sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 4e77bc293515ea2f00ebbc4395cb0eb4446d0195
parent fcfe52de294f1998cdcf4e147bf34127c4b9dd40
Author: Kenny Levinsen <kl@kl.wtf>
Date:   Wed, 14 Apr 2021 21:42:26 +0200

meson: libseat is no longer optional

See: https://github.com/swaywm/wlroots/pull/2839

Diffstat:
Mmeson.build | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/meson.build b/meson.build @@ -76,7 +76,6 @@ endif wlroots_features = { 'xwayland': false, - 'libseat': false, } foreach name, _ : wlroots_features var_name = 'have_' + name.underscorify() @@ -316,7 +315,3 @@ summary({ 'man-pages': scdoc.found(), }, bool_yn: true) -if not wlroots_features['libseat'] - warning('The sway binary must be setuid when compiled without (e)logind or libseat') - warning('You must do this manually post-install: chmod a+s /path/to/sway') -endif