sway

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

commit fdde67405e8ae2e493f63e590f6b481bf981fd43
parent 5c239eaac59f327294aceac739c6fa035456ed14
Author: Joe Kappus <joecool1029@users.noreply.github.com>
Date:   Fri, 11 Nov 2022 14:59:20 -0500

build: bump wlroots dependency to 0.17.0
Diffstat:
Mmeson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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