Browse Source

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>
lilik-openwrt-22.03
ejurgensen 7 years ago
parent
commit
7a90d1836c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sound/forked-daapd/Makefile

+ 1
- 0
sound/forked-daapd/Makefile View File

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


Loading…
Cancel
Save