sway

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

commit 85a4b19ac44f766561d4b47f587d97575c780ad0
parent 40e1dcd29f1950236e184bd653ee5ede55d8202b
Author: llyyr <llyyr.public@gmail.com>
Date:   Fri, 20 Mar 2026 01:49:08 +0530

build: bump wlroots version

Upstream bumped to 0.21.0-dev https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/627da39e76d1f5a3cd18730bd305a0351bb1a121

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

diff --git a/meson.build b/meson.build @@ -39,14 +39,14 @@ if is_freebsd endif # Execute the wlroots subproject, if any -wlroots_version = ['>=0.20.0', '<0.21.0'] +wlroots_version = ['>=0.21.0', '<0.22.0'] subproject( 'wlroots', default_options: ['examples=false'], required: false, version: wlroots_version, ) -wlroots = dependency('wlroots-0.20', version: wlroots_version, fallback: 'wlroots') +wlroots = dependency('wlroots-0.21', version: wlroots_version, fallback: 'wlroots') wlroots_features = { 'xwayland': false, 'libinput_backend': false,