CI: bump wlroots version to 0.13.0

This commit is contained in:
Jan Beich 2021-01-05 09:09:14 +00:00 committed by Jente Hidskes
parent b07647fb78
commit 0891f4b814
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -18,7 +18,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -21,7 +21,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr/local build -Dexamples=false
ninja -C build
sudo ninja -C build install