New comment by sirn on void-packages repository https://github.com/void-linux/void-packages/pull/20413#issuecomment-634242946 Comment: > @sirn As far as I can remember, `pipewire-0.3.2` was the last one still working for `arm*`. So I tried reverting [`a81e269a`](https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/a81e269a7e058f97f333a1a5c2f393ecbbb5b3dd) (partially, only **meson.build**) and I was able to build for arm* again. > > Here's the [patch](https://github.com/mnabid/void-packages/commit/45537fd5e6db1e7b08018a6b21b2c46df5a27975#diff-6761ede86a57277d05036e9d5cc36295). This one works! Though, I'm starting to wonder if we should try to enable NEON for non-`aarch64` at all, given xbps is distributing a binary package and not all armv6l/armv7l has NEON as it would probably going to segfault in some armv6l/armv7l systems if pipewire were built with NEON support by default.