meson: require wlroots 0.11.0 after 6a12da1960

../output.c:235:57: error: no member named 'base' in 'struct wlr_buffer'
        wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
                                              ~~~~~~~~~~~~~~~  ^
This commit is contained in:
Jan Beich 2020-07-15 23:30:48 +00:00 committed by Jente Hidskes
parent 0d694db6fe
commit 99aba6b89b

View file

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