mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
It seems only to work with master (not even 0.8.1 branch)
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
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in a new issue