mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/wayland-protocols: disable check on ppc64le
This commit is contained in:
parent
f2b3405662
commit
6a89ad8f19
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user