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