meson: require wlroots 0.13.0 after 0db62672a4

cage.c:307:59: error: too few arguments to function call, expected 2, have 1
        server.backend = wlr_backend_autocreate(server.wl_display);
                         ~~~~~~~~~~~~~~~~~~~~~~                  ^
subprojects/wlroots/include/wlr/backend.h:43:21: note: 'wlr_backend_autocreate' declared here
struct wlr_backend *wlr_backend_autocreate(struct wl_display *display,
                    ^
This commit is contained in:
Jan Beich 2021-01-05 09:19:47 +00:00 committed by Jente Hidskes
parent a5aa497ff1
commit eb18383e8e

View file

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