gitlab-ci: Bump wayland-protocols to 1.44

Which we'll need soon, so reuse the image bump in the previous
commit.

Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2025-05-09 12:11:14 +02:00 committed by Pekka Paalanen
parent 244f930365
commit e476276bf6

View file

@ -122,7 +122,7 @@ rm -rf wayland
# Keep this version in sync with our dependency in meson.build. If you wish to
# raise a MR against custom protocol, please change this reference to clone
# your relevant tree, and make sure you bump $FDO_DISTRIBUTION_TAG.
git clone --branch 1.41 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols
git clone --branch 1.44 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols
cd wayland-protocols
git show -s HEAD
meson setup build --wrap-mode=nofallback -Dtests=false