mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
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:
parent
016ef340d2
commit
c5b67c4bc0
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue