From c8615c8ad3e12d01139eda66658fc5b17aa170b3 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 24 May 2023 12:27:30 +0200 Subject: [PATCH] ci: libwayland from 1.18 to 1.21 and wayland protocols from 1.24 to 1.31 Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/container/build-wayland.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-wayland.sh b/.gitlab-ci/container/build-wayland.sh index e04b28c4833..dd3fc6a4081 100644 --- a/.gitlab-ci/container/build-wayland.sh +++ b/.gitlab-ci/container/build-wayland.sh @@ -3,8 +3,8 @@ set -ex -export LIBWAYLAND_VERSION="1.18.0" -export WAYLAND_PROTOCOLS_VERSION="1.24" +export LIBWAYLAND_VERSION="1.21.0" +export WAYLAND_PROTOCOLS_VERSION="1.31" git clone https://gitlab.freedesktop.org/wayland/wayland cd wayland