mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||||
makedepends+=" ldacBT-devel"
|
makedepends+=" ldacBT-devel"
|
||||||
|
else
|
||||||
|
configure_args+=" -Dbluez5-codec-ldac=disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue