forked-daapd: Fix build error due to misdetected pulseaudio 4760/head
authorejurgensen <espenjurgensen@gmail.com>
Fri, 25 Aug 2017 18:25:07 +0000 (20:25 +0200)
committerejurgensen <espenjurgensen@gmail.com>
Fri, 25 Aug 2017 18:25:07 +0000 (20:25 +0200)
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>
sound/forked-daapd/Makefile

index 863cea39e80200d6a8af5946735062b945831d13..da371a717e0d93af9224b1260893648e52d13ac1 100644 (file)
@@ -56,6 +56,7 @@ CONFIGURE_ARGS += \
        --enable-chromecast \
        --enable-verification \
        --disable-spotify \
+       --without-pulseaudio \
        --without-libevent_pthreads
 
 TARGET_CFLAGS += $(FPIC)