build: protocols: require wayland-protocols >= 1.32

The cursor-shape-v1 protocol was not available until this release.
This commit is contained in:
Sean McGovern
2024-01-20 22:33:12 +02:00
committed by Mihai Fufezan
parent f40e382fc6
commit 4d403dac32
+1 -1
View File
@@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
version: '>=1.25',
version: '>=1.32',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)