meson: require wlroots >= 0.41.0

This commit is contained in:
Jente Hidskes 2019-02-28 19:26:07 +01:00
parent da62449c27
commit eee63b8001
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

View file

@ -24,7 +24,7 @@ endif
cc = meson.get_compiler('c')
wlroots = dependency('wlroots')
wlroots = dependency('wlroots', version: '>= 0.4.1')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
pixman = dependency('pixman-1')