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>
This commit is contained in:
Daniel Stone 2021-06-22 02:02:04 +01:00
parent ca08c495ad
commit d28aa36563

View File

@ -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