meson: require wlroots 0.6.0

Missed in 9354781f32
This commit is contained in:
Jente Hidskes 2019-05-03 23:33:25 +02:00
parent 1de6054d7e
commit 6bb73b3658
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

View file

@ -35,7 +35,7 @@ if is_freebsd
)
endif
wlroots = dependency('wlroots', version: '>= 0.5.0')
wlroots = dependency('wlroots', version: '>= 0.6.0')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
pixman = dependency('pixman-1')