Update the CI to provide wayland-protocols 1.22
This is needed for implementing drm-lease-v1 Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com> Acked-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
parent
75d7061288
commit
fabd6a7c65
|
@ -11,7 +11,7 @@ variables:
|
||||||
FDO_UPSTREAM_REPO: xorg/xserver
|
FDO_UPSTREAM_REPO: xorg/xserver
|
||||||
FDO_DISTRIBUTION_VERSION: buster-slim
|
FDO_DISTRIBUTION_VERSION: buster-slim
|
||||||
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
|
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
|
||||||
FDO_DISTRIBUTION_TAG: "2021-07-09"
|
FDO_DISTRIBUTION_TAG: "2021-10-22"
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'freedesktop/ci-templates'
|
- project: 'freedesktop/ci-templates'
|
||||||
|
|
|
@ -131,8 +131,8 @@ ninja -C _build -j${FDO_CI_CONCURRENT:-4} install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf wayland
|
rm -rf wayland
|
||||||
|
|
||||||
# Xwayland requires wayland-protocols >= 1.18, but Debian buster has 1.17 only
|
# Xwayland requires wayland-protocols >= 1.22, but Debian buster has 1.17 only
|
||||||
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git --depth 1 --branch=1.18
|
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git --depth 1 --branch=1.22
|
||||||
cd wayland-protocols
|
cd wayland-protocols
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
make -j${FDO_CI_CONCURRENT:-4} install
|
make -j${FDO_CI_CONCURRENT:-4} install
|
||||||
|
|
Loading…
Reference in New Issue