mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Update wlroots in CI builds to 0.8.1
This commit is contained in:
parent
33bb3c818c
commit
436ad33db8
3 changed files with 8 additions and 11 deletions
|
|
@ -17,10 +17,8 @@ tasks:
|
|||
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
# We'd like to build against the latest release (0.6.0), but that doesn't compile
|
||||
# against libinput 1.14. This commit introduces support for that version.
|
||||
git checkout 94f65e354d09ded037e6ba724dc3eeed6d63778f
|
||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||
git checkout 0.8.1
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- build: |
|
||||
|
|
|
|||
|
|
@ -15,10 +15,9 @@ tasks:
|
|||
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
# We'd like to build against the latest release (0.6.0), but that doesn't compile
|
||||
# against libinput 1.14. This commit introduces support for that version.
|
||||
git checkout 94f65e354d09ded037e6ba724dc3eeed6d63778f
|
||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||
# Need this to compile 0.8.1.
|
||||
git checkout d113e48a2a32542fe6e12f1759f07888364609bf
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- build: |
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ tasks:
|
|||
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
# This corresponds to the tag of 0.6.0
|
||||
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
|
||||
meson --prefix=/usr/local build -Drootston=false -Dexamples=false
|
||||
# Need this to compile 0.8.1
|
||||
git checkout d113e48a2a32542fe6e12f1759f07888364609bf
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- build: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue