It seems only to work with master (not even 0.8.1 branch)

David Arnold 2019-10-31 22:00:31 +00:00
parent ee6483722f
commit 917f2f62e4

@ -37,7 +37,7 @@ sudo apt install build-essential cmake meson libwayland-dev wayland-protocols \
cd ~/sway-src cd ~/sway-src
git clone https://github.com/swaywm/wlroots.git git clone https://github.com/swaywm/wlroots.git
cd wlroots cd wlroots
git checkout 0.7.0 git checkout master # TODO: swith to tagged branch once working again
meson build meson build
sudo ninja -C build install sudo ninja -C build install
```` ````