pipewire: fix build on big endian
This commit is contained in:
parent
9074479e38
commit
4c784a245f
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ fi
|
|||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||
makedepends+=" ldacBT-devel"
|
||||
else
|
||||
configure_args+=" -Dbluez5-codec-ldac=disabled"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue