From 7e2d9e381e32c99a1d9f054ab460398c9141f8e5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 19 Jan 2022 10:57:59 +0100 Subject: ci: upgrade wayland to 1.20.0 This will be useful to use features introduced in wayland 1.20, e.g. event destructors. Signed-off-by: Simon Ser --- .gitlab-ci/debian-install.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .gitlab-ci/debian-install.sh (limited to '.gitlab-ci') diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh new file mode 100755 index 0000000..256d665 --- /dev/null +++ b/.gitlab-ci/debian-install.sh @@ -0,0 +1,14 @@ +#!/bin/sh -eux + +# Note: don't forget to bump FDO_DISTRIBUTION_TAG when editing this file! + +git clone --branch 1.20.0 --depth=1 https://gitlab.freedesktop.org/wayland/wayland +cd wayland/ +git show -s HEAD +meson build/ -Dtests=false -Ddocumentation=false +ninja -j${FDO_CI_CONCURRENT:-4} -C build/ install +cd .. +rm -rf wayland/ + +echo "/usr/local/lib" >/etc/ld.so.conf.d/local.conf +ldconfig -- cgit v1.2.3