forked-daapd: Fix build error due to misdetected pulseaudio
[feed/packages.git] / sound / forked-daapd / Makefile
index fe81fa5f4b400f948ec82319a4014580b4044ed1..da371a717e0d93af9224b1260893648e52d13ac1 100644 (file)
@@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/ejurgensen/$(PKG_NAME)/releases/download/$(PKG_VERSION)/
 PKG_HASH:=5741a64d8f54e11e89dfa2fbfae693b2837e1e19a0c4980a20f8ff56bce4456e
 
+PKG_BUILD_DEPENDS:=gperf/host
 PKG_FIXUP:=autoreconf
 PKG_USE_MIPS16:=0
 PKG_INSTALL:=1
@@ -55,6 +56,7 @@ CONFIGURE_ARGS += \
        --enable-chromecast \
        --enable-verification \
        --disable-spotify \
+       --without-pulseaudio \
        --without-libevent_pthreads
 
 TARGET_CFLAGS += $(FPIC)