From fc358e13066c450af4c240b21cdd292d03243236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 3 Jan 2022 18:11:01 +0100 Subject: [PATCH] ci: Upgrade wayland-protocols to 1.24 This release include the DMA buffer feedback addition. Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bdf4e546..b2eff112c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: .mutter.fedora:35@common: variables: FDO_DISTRIBUTION_VERSION: 35 - BASE_TAG: '2022-01-05.0' + BASE_TAG: '2022-01-05.1' FDO_DISTRIBUTION_PACKAGES: asciidoc clang @@ -45,7 +45,7 @@ variables: ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ - 1.23 . && + 1.24 . && ./.gitlab-ci/install-meson-project.sh \ -Dgtk_doc=false \