From f7aa35e9d258bc44d931767d3d2f2dc13dd2a683 Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Mon, 24 Nov 2025 12:11:49 +0100 Subject: [PATCH] gitlab-ci: Bump wayland-protocols to 1.46 Signed-off-by: Robert Mader --- .gitlab-ci.yml | 2 +- .gitlab-ci/build-deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0adc798f..33f0e933a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ variables: FDO_UPSTREAM_REPO: wayland/weston FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH" - FDO_DISTRIBUTION_TAG: '2025-12-16-bump-to-trixie' + FDO_DISTRIBUTION_TAG: '2025-12-16-wayland-protocols-1.46' include: diff --git a/.gitlab-ci/build-deps.sh b/.gitlab-ci/build-deps.sh index 971cae802..cc773b79e 100755 --- a/.gitlab-ci/build-deps.sh +++ b/.gitlab-ci/build-deps.sh @@ -117,7 +117,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.44 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols +git clone --branch 1.46 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols cd wayland-protocols git show -s HEAD meson setup build --wrap-mode=nofallback -Dtests=false