mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
forked-daapd: fix compile error with ttyd
This commit is contained in:
parent
4fce2cca87
commit
4aa8501c77
@ -35,7 +35,7 @@ URL:=https://github.com/ejurgensen/forked-daapd
|
||||
DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \
|
||||
+libevent2 +libdaemon +libantlr3c +confuse +libopus +alsa-lib +libffmpeg-full \
|
||||
+mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c \
|
||||
+libprotobuf-c +libgnutls +libsodium +libwebsockets $(ICONV_DEPENDS)
|
||||
+libprotobuf-c +libgnutls +libsodium +libwebsockets-full $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/forked-daapd/description
|
||||
@ -58,7 +58,7 @@ CONFIGURE_ARGS += \
|
||||
--enable-webinterface \
|
||||
--disable-spotify \
|
||||
--with-libplist \
|
||||
--with-libwebsockets \
|
||||
--with-libwebsockets-full \
|
||||
--with-alsa \
|
||||
--without-pulseaudio \
|
||||
--without-libevent_pthreads
|
||||
|
Loading…
Reference in New Issue
Block a user