From 77b9d765a924c7eec899b0eb91e2af2ba93dc5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Espen=20J=C3=BCrgensen?= Date: Fri, 26 Mar 2021 11:10:40 +0100 Subject: [PATCH] forked-daapd: add missing dependency (libuuid) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix build error due to missing libuuid dependency Signed-off-by: Espen Jürgensen --- sound/forked-daapd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/forked-daapd/Makefile b/sound/forked-daapd/Makefile index 703835278..503c0ac45 100644 --- a/sound/forked-daapd/Makefile +++ b/sound/forked-daapd/Makefile @@ -34,7 +34,8 @@ URL:=https://github.com/ejurgensen/forked-daapd DEPENDS:=+libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring \ +libevent2 +libdaemon +libantlr3c +confuse +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 $(ICONV_DEPENDS) \ + +libuuid endef define Package/forked-daapd/description