pipewire: fix build on big endian

This commit is contained in:
q66 2021-08-21 02:15:07 +02:00
parent 9074479e38
commit 4c784a245f

View file

@ -42,6 +42,8 @@ fi
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
makedepends+=" ldacBT-devel"
else
configure_args+=" -Dbluez5-codec-ldac=disabled"
fi
post_install() {