wayland-protocols

Details
Source
FROM stagex/pallet-gcc-meson-busybox AS build
ARG VERSION
COPY --from=stagex/user-wayland . /
COPY --from=stagex/core-libxml2 . /
COPY --from=stagex/core-expat . /
ADD fetch/wayland-protocols-${VERSION}.tar.xz .
WORKDIR /wayland-protocols-${VERSION}
RUN --network=none <<-EOF
	set -eux
	meson setup \
		--prefix=/usr \
		. output

	meson compile -C output
	DESTDIR=/rootfs meson install --no-rebuild -C output
EOF
FROM stagex/core-filesystem AS package
COPY --from=build /rootfs/ /