sway

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

commit 7a68a28475bfefd65d618b053b566e0877abcc75
parent 8cd014cab756e06f8553169900a9c54ca38e005b
Author: Simon Ser <contact@emersion.fr>
Date:   Thu,  8 Apr 2021 08:54:38 +0200

build: update wlroots dependency version to 0.14.x

The latest commit of Sway always requires the latest commit of
wlroots.

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

diff --git a/meson.build b/meson.build @@ -61,7 +61,7 @@ math = cc.find_library('m') rt = cc.find_library('rt') # Try first to find wlroots as a subproject, then as a system dependency -wlroots_version = ['>=0.13.0', '<0.14.0'] +wlroots_version = ['>=0.14.0', '<0.15.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'],