sway

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

commit 2e9139df664f1e2dbe14b5df4a9646411b924c66
parent d0bd591ee70b706182b6bfff45a68bc5404ea89b
Author: Violet Purcell <vimproved@inventati.org>
Date:   Sun, 17 Mar 2024 13:27:34 -0400

Update for versioned wlroots files

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4614

Diffstat:
Mmeson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build @@ -45,7 +45,7 @@ subproject( required: false, version: wlroots_version, ) -wlroots = dependency('wlroots', version: wlroots_version) +wlroots = dependency('wlroots-0.18', version: wlroots_version, fallback: 'wlroots') wlroots_features = { 'xwayland': false, 'libinput_backend': false,