mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 05:03:17 +00:00
Remove rootston from build manifests
This commit is contained in:
parent
724926ea6a
commit
6200ecbc1d
|
@ -27,7 +27,7 @@ tasks:
|
|||
sudo make install PREFIX=/usr
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- setup: |
|
||||
|
|
|
@ -23,7 +23,7 @@ tasks:
|
|||
sudo make install PREFIX=/usr
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- setup: |
|
||||
|
|
Loading…
Reference in a new issue