mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pulseaudio: remove libdir hack and rebuild
This commit is contained in:
parent
8be1e38757
commit
488edb2a9c
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pulseaudio'
|
# Template file for 'pulseaudio'
|
||||||
pkgname=pulseaudio
|
pkgname=pulseaudio
|
||||||
version=14.0
|
version=14.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled
|
configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled
|
||||||
-Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled
|
-Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled
|
||||||
|
@ -35,10 +35,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" glib"
|
hostmakedepends+=" glib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_MACHINE}" = i686 ]; then
|
|
||||||
configure_args+=" --libdir=/usr/lib32"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
# Disable neon optimizations for the arm* architectures
|
# Disable neon optimizations for the arm* architectures
|
||||||
|
|
Loading…
Add table
Reference in a new issue