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