meson: require wlroots 0.14.0 after 9a4523d47e

view.c:238:52: error: no member named 'subsurfaces_below' in 'struct wlr_surface'
        wl_list_for_each (subsurface, &view->wlr_surface->subsurfaces_below, parent_link) {
                                       ~~~~~~~~~~~~~~~~~  ^
/usr/include/wayland-util.h:443:30: note: expanded from macro 'wl_list_for_each'
        for (pos = wl_container_of((head)->next, pos, member);  \
                                    ^~~~
/usr/include/wayland-util.h:409:32: note: expanded from macro 'wl_container_of'
        (__typeof__(sample))((char *)(ptr) -                            \
                                      ^~~
This commit is contained in:
Jan Beich 2021-06-23 16:44:03 +00:00 committed by Jente Hidskes
parent 851268bedc
commit 636185bf9c

View file

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