forked-daapd: Fix build error due to misdetected pulseaudio

configure finds libpulse and then tries to include the header, but fails,
because pulseaudio isn't a dependency in the Makefile. This change disables
pulseaudio support so configure won't do this.

It wasn't the intention with version update 25.0 of forked-daapd to extend
with pulseaudio support, but maybe do that later.

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
This commit is contained in:
ejurgensen 2017-08-25 20:25:07 +02:00
parent df615166ba
commit 7a90d1836c
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ CONFIGURE_ARGS += \
--enable-chromecast \
--enable-verification \
--disable-spotify \
--without-pulseaudio \
--without-libevent_pthreads
TARGET_CFLAGS += $(FPIC)