input: bump wl_seat version to 6
authorSebastian Wick <sebastian@sebastianwick.net>
Fri, 1 Nov 2019 01:09:28 +0000 (02:09 +0100)
committerSebastian Wick <sebastian@sebastianwick.net>
Mon, 4 Nov 2019 14:10:04 +0000 (15:10 +0100)
commitfcc6ff74d48998b5f8d6b913b6d2ec11a7532861
tree2238ec2c12870110ac13f2f2091e996560ae7413
parenta3cf7c6e7faa4db63085f332cf0b88f9e60f7375
input: bump wl_seat version to 6

New in version 6 are touch shape, touch orientation and axis source
wheel tilt. Weston doesn't support any of them yet but simply not
sending the new events and new enum value is sufficient to claim to
support this version.

Also bump the Wayland requirement to 1.17 to ensure both version 6 and 7
definitions are in the XML.

The reason for bumping to v6 without implementing the new features is
that we must support v7 to make use of struct ro_anonymous_file
introduced in the previous commit.

Signed-off-by: Sebastian Wick <sebastian@sebastianwick.net>
libweston/input.c
meson.build