mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
meson: require wlroots 0.9.1
And update CI builds accordingly.
This commit is contained in:
parent
84216ca2a4
commit
bfd7d605b8
4 changed files with 4 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ tasks:
|
|||
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
git checkout 0.8.1
|
||||
git checkout 0.9.1
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,8 +18,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/local build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ if is_freebsd
|
|||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: '>= 0.6.0')
|
||||
wlroots = dependency('wlroots', version: '>= 0.9.1')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
pixman = dependency('pixman-1')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue