From 739a8c785c0afbdbe09cecd99bfdbcb719be4c3a Mon Sep 17 00:00:00 2001 From: Stuart Zilm Date: Sun, 3 Nov 2019 11:16:06 -0800 Subject: [PATCH] wlroots tag 0.8.1 works today, master fails --- 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 bd550fe..9296bb1 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 master # TODO: swith to tagged branch once working again +git checkout 0.8.1 meson build sudo ninja -C build install ````