meson: bump minimum wayland-protocols version

color-representation was added in 1.44.

Fixes: eff620770c
This commit is contained in:
llyyr 2025-07-21 23:12:00 +05:30 committed by Simon Ser
parent efb17980a8
commit db5e9ca04c

View file

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