systemd/wireplumber: compile with qemu-only

Compilation of wireplumber with crossdirect yields corrupted binaries
in armv7.

Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7284>
This commit is contained in:
Alexandre Marquet 2025-11-01 12:16:35 +01:00 committed by The Friendly Merge Bot
parent 381903df5e
commit 4d146769f5
No known key found for this signature in database

View file

@ -3,12 +3,13 @@
pkgname=wireplumber
_pkgver=0.5.12
pkgver=999$_pkgver
pkgrel=0
pkgrel=1
pkgdesc="Session / policy manager implementation for PipeWire"
url="https://pipewire.org/"
# armhf: pmb#2618
arch="all !armhf"
license="LGPL-2.1-or-later"
options="!pmb:crossdirect"
depends_dev="
systemd-dev
glib-dev
@ -46,11 +47,6 @@ s390x)
# probably broken here, but we want this just so pipewire is installable
options="$options !check"
;;
armv7|armhf)
# Tests fail in BPO, probably related to QEMU since they seem to pass
# for the pipewire package in Alpine for these arches.
options="$options !check"
;;
esac
build() {