pulseaudio: fix loading path of modules/libs on multilib
This commit is contained in:
parent
4d0a381878
commit
e496c5682c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pulseaudio'
|
||||
pkgname=pulseaudio
|
||||
version=14.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled
|
||||
-Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled
|
||||
|
@ -35,6 +35,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
hostmakedepends+=" glib"
|
||||
fi
|
||||
|
||||
if [ "${XBPS_TARGET_MACHINE}" = i686 ]; then
|
||||
configure_args+=" --libdir=/usr/lib32"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# Disable neon optimizations for the arm* architectures
|
||||
|
|
Loading…
Reference in a new issue