Merge pull request #64 from R3pl4c3r/patch-1

forked-daapd: fix compile error with ttyd
This commit is contained in:
coolsnowwolf 2020-05-25 22:49:42 +08:00 committed by GitHub
commit fb5c0349dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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