CI: Use Meson to build Wayland

autotools has already been removed, so we should be doing this.

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 3 years ago
parent ca08c495ad
commit d28aa36563
  1. 7
      .gitlab-ci/build-deps.sh

@ -69,10 +69,9 @@ git clone --branch 1.18.0 --depth=1 https://gitlab.freedesktop.org/wayland/wayla
cd wayland cd wayland
git show -s HEAD git show -s HEAD
mkdir build mkdir build
cd build meson build -Ddocumentation=false
../autogen.sh --disable-documentation ninja ${NINJAFLAGS} -C build install
make install cd ..
cd ../../
# 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

Loading…
Cancel
Save