meson: Bump wayland-protocols requirement to 1.31

Which includes the fractional scaling protocol.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2394>
This commit is contained in:
Robert Mader 2022-11-29 18:01:41 +01:00
parent ef2e9dade8
commit aebb097620

View File

@ -46,7 +46,7 @@ gudev_req = '>= 232'
# wayland version requirements
wayland_server_req = '>= 1.21'
wayland_protocols_req = '>= 1.26'
wayland_protocols_req = '>= 1.31'
# native backend version requirements
libinput_req = '>= 1.19.0'