gitlab-ci.yml: Bump wayland-protocols to 1.31

It contains the new fractional-scale protocol.

Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2023-03-01 23:07:52 +01:00 committed by Robert Mader
parent 06b57e1dda
commit 1d2feda5aa
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
variables: variables:
FDO_UPSTREAM_REPO: wayland/weston FDO_UPSTREAM_REPO: wayland/weston
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH" FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
FDO_DISTRIBUTION_TAG: '2023-02-28-libxcb-migration' FDO_DISTRIBUTION_TAG: '2023-03-03-bump-wayland-protocols-to-1.31'
include: include:

View file

@ -105,7 +105,7 @@ rm -rf wayland
# Keep this version in sync with our dependency in meson.build. If you wish to # 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 # raise a MR against custom protocol, please change this reference to clone
# your relevant tree, and make sure you bump $FDO_DISTRIBUTION_TAG. # your relevant tree, and make sure you bump $FDO_DISTRIBUTION_TAG.
git clone --branch 1.30 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols git clone --branch 1.31 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols
cd wayland-protocols cd wayland-protocols
git show -s HEAD git show -s HEAD
meson build meson build