From 917f2f62e44d29f7100111bc45c88b690d080961 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Thu, 31 Oct 2019 22:00:31 +0000 Subject: [PATCH] It seems only to work with master (not even 0.8.1 branch) --- Debian-10-(Buster)-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-10-(Buster)-Installation.md b/Debian-10-(Buster)-Installation.md index 39094bd..bd550fe 100644 --- a/Debian-10-(Buster)-Installation.md +++ b/Debian-10-(Buster)-Installation.md @@ -37,7 +37,7 @@ sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \ cd ~/sway-src git clone https://github.com/swaywm/wlroots.git cd wlroots -git checkout 0.7.0 +git checkout master # TODO: swith to tagged branch once working again meson build sudo ninja -C build install ````