CI: use a version of wlroots that compiles with libinput 1.14

See https://github.com/swaywm/wlroots/issues/1796
This commit is contained in:
Jente Hidskes 2019-08-25 17:44:53 +02:00
parent 016ef340d2
commit c5b67c4bc0
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 6 additions and 4 deletions

View file

@ -17,8 +17,9 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots. # version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: | - wlroots: |
cd wlroots cd wlroots
# This corresponds to the tag of 0.6.0 # We'd like to build against the latest release (0.6.0), but that doesn't compile
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3 # against libinput 1.14. This commit introduces support for that version.
git checkout 94f65e354d09ded037e6ba724dc3eeed6d63778f
meson --prefix=/usr build -Drootston=false -Dexamples=false meson --prefix=/usr build -Drootston=false -Dexamples=false
ninja -C build ninja -C build
sudo ninja -C build install sudo ninja -C build install

View file

@ -15,8 +15,9 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots. # version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: | - wlroots: |
cd wlroots cd wlroots
# This corresponds to the tag of 0.6.0 # We'd like to build against the latest release (0.6.0), but that doesn't compile
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3 # against libinput 1.14. This commit introduces support for that version.
git checkout 94f65e354d09ded037e6ba724dc3eeed6d63778f
meson --prefix=/usr build -Drootston=false -Dexamples=false meson --prefix=/usr build -Drootston=false -Dexamples=false
ninja -C build ninja -C build
sudo ninja -C build install sudo ninja -C build install