meson: require wlroots 0.9.1

And update CI builds accordingly.
This commit is contained in:
Tristan Daniel 2020-01-06 20:21:14 +01:00 committed by Jente Hidskes
parent 84216ca2a4
commit bfd7d605b8
4 changed files with 4 additions and 6 deletions

View file

@ -15,8 +15,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
# Need this to compile 0.8.1.
git checkout d113e48a2a32542fe6e12f1759f07888364609bf
git checkout 0.9.1
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install