meson: bump minimum wayland-protocols version

1.47 brings updates to color-management
This commit is contained in:
Félix Poisot 2025-12-27 16:42:50 +00:00
parent 5661ac1cd2
commit e6ddb6cdd3

View file

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