pulseaudio: disable compiling against libwrap and (bluez5-)gstreamer

problem: libwrap.so.0, libgstapp-1.0.so.0 and libgstreamer-1.0.so.0 not found during compilation of pulseaudio when e.g. libwrap was built before pulseaudio
Due to
156e16f941
for libwrap.

Fixes: aafc57c1de (no sepearate issue generated)

Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
This commit is contained in:
Johnny Vogels 2023-10-29 19:32:22 +01:00 committed by Rosen Penev
parent 2a5ad04756
commit e957fb560c
1 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pulseaudio
PKG_VERSION:=16.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
@ -122,7 +122,9 @@ MESON_ARGS += \
-Dx11=disabled \
-Dadrian-aec=true \
-Dwebrtc-aec=disabled \
-Ddoxygen=false
-Ddoxygen=false \
-Dtcpwrap=disabled \
-Dbluez5-gstreamer=disabled
ifeq ($(BUILD_VARIANT),avahi)
MESON_ARGS += \