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 14:17:27 -05:00 committed by Mihai Fufezan
parent f40e382fc6
commit 4d403dac32
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
wayland_protos = dependency('wayland-protocols',
version: '>=1.25',
version: '>=1.32',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)