sway

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

commit 806129d3ccef1075e178791c56159e08e868bcaf
parent f7f5b172a02db8209cd7cd315e397e52b67bfed3
Author: emersion <contact@emersion.fr>
Date:   Sun, 17 Feb 2019 00:50:53 +0100

Fix Meson subproject boolean default options

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

diff --git a/meson.build b/meson.build @@ -62,7 +62,7 @@ git = find_program('git', required: false) # Try first to find wlroots as a subproject, then as a system dependency wlroots_proj = subproject( 'wlroots', - default_options: ['rootston=disabled', 'examples=disabled'], + default_options: ['rootston=false', 'examples=false'], required: false, ) if wlroots_proj.found()