ci: libwayland from 1.18 to 1.21 and wayland protocols from 1.24 to 1.31
authorDavid Heidelberg <david.heidelberg@collabora.com>
Wed, 24 May 2023 10:27:30 +0000 (12:27 +0200)
committerDavid Heidelberg <david.heidelberg@collabora.com>
Thu, 25 May 2023 14:06:50 +0000 (16:06 +0200)
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>

.gitlab-ci/container/build-wayland.sh

index e04b28c..dd3fc6a 100644 (file)
@@ -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