mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 07:00:09 +01:00
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:
parent
06b57e1dda
commit
1d2feda5aa
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
variables:
|
||||
FDO_UPSTREAM_REPO: wayland/weston
|
||||
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:
|
||||
|
|
|
|||
|
|
@ -105,7 +105,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.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
|
||||
git show -s HEAD
|
||||
meson build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue