main/wayland-protocols: disable check on ppc64le

This commit is contained in:
psykose 2023-02-15 18:19:39 +00:00
parent f2b3405662
commit 6a89ad8f19

View File

@ -12,6 +12,13 @@ provides="$pkgname-dev=$pkgver-r$pkgrel"
makedepends="meson wayland-dev"
source="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$pkgver/downloads/wayland-protocols-$pkgver.tar.xz"
case "$CARCH" in
ppc64le)
# xdg_toplevel_interface: symbol not found in a test
options="$options !check"
;;
esac
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output