sway

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

commit 4ad15a4015feef2ecfba311c13e64e3976cc611c
parent bff991dfdc63ca3785a810ff4d913ddfd71677a1
Author: llyyr <llyyr.public@gmail.com>
Date:   Tue, 21 Nov 2023 23:55:19 +0530

meson: bump wlroots version after 0.17.0 release

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

diff --git a/meson.build b/meson.build @@ -37,7 +37,7 @@ if is_freebsd endif # Execute the wlroots subproject, if any -wlroots_version = ['>=0.17.0', '<0.18.0'] +wlroots_version = ['>=0.18.0', '<0.19.0'] subproject( 'wlroots', default_options: ['examples=false'],