meson: bump wayland-protocols version required for cursor-shape to 1.32

This commit is contained in:
Daniel Eklöf 2023-06-29 16:06:01 +02:00
parent c2baaff3c1
commit c2e481fb6a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -169,8 +169,7 @@ if wayland_protocols.version().version_compare('>=1.31')
else
fractional_scale = false
endif
if wayland_protocols.version().version_compare('>=1.31') # TODO: 1.32
if wayland_protocols.version().version_compare('>=1.32')
wl_proto_xml += [
wayland_protocols_datadir + '/unstable/tablet/tablet-unstable-v2.xml', # required by cursor-shape-v1
wayland_protocols_datadir + '/staging/cursor-shape/cursor-shape-v1.xml',