mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
meson: bump wayland-protocols version required for cursor-shape to 1.32
This commit is contained in:
parent
c2baaff3c1
commit
c2e481fb6a
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue