meson: require wlroots 0.9.1

And update CI builds accordingly.
This commit is contained in:
Tristan Daniel 2020-01-06 20:21:14 +01:00 committed by Jente Hidskes
parent 84216ca2a4
commit bfd7d605b8
4 changed files with 4 additions and 6 deletions

View file

@ -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')