mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -56,6 +56,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-chromecast \
|
--enable-chromecast \
|
||||||
--enable-verification \
|
--enable-verification \
|
||||||
--disable-spotify \
|
--disable-spotify \
|
||||||
|
--without-pulseaudio \
|
||||||
--without-libevent_pthreads
|
--without-libevent_pthreads
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|||||||
Reference in New Issue
Block a user