wlroots/types/seat
Simon Ser 4b051aa926 meson: fix wayland-server minimum required version
Having 1.16 results in the following error when running the compositor:

    2019-04-27 17:30:50 - [wayland] wl_global_create: implemented version for 'wl_seat' higher than interface version (7 > 6)
    2019-04-27 17:30:50 - [sway/input/seat.c:428] seat_create:could not allocate seat

We require wayland-server >= 1.17 for wl_seat version 7.

Fixes: a671fc51d2 ("Advertise wl_seat version 7")
Fixes: a656e486f4 ("seat: fallback to v6 if libwayland 1.17 isn't available")
2020-02-04 22:44:02 +00:00
..
wlr_seat.c meson: fix wayland-server minimum required version 2020-02-04 22:44:02 +00:00
wlr_seat_keyboard.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_seat_pointer.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_seat_touch.c wlr_seat_touch: Destroy the touchpoint on client destroy 2019-09-14 16:19:07 +03:00