Skip to content

Commit

Permalink
meson: require wlroots 0.9.1
Browse files Browse the repository at this point in the history
And update CI builds accordingly.
  • Loading branch information
tdaniel22 authored and Hjdskes committed Jan 10, 2020
1 parent 84216ca commit bfd7d60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .builds/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bfd7d60

Please sign in to comment.