2 # shellcheck disable=SC2086 # we want word splitting
6 # When changing this file, you need to bump the following .gitlab-ci.yml tag:
9 export WAYLAND_PROTOCOLS_VERSION
="1.24"
11 git clone https
://gitlab.freedesktop.org
/wayland
/wayland-protocols
13 git checkout
"$WAYLAND_PROTOCOLS_VERSION"
14 meson setup _build
$EXTRA_MESON_ARGS
15 meson
install -C _build
17 rm -rf wayland-protocols