aboutsummaryrefslogtreecommitdiff
path: root/sound/forked-daapd
diff options
context:
space:
mode:
authorejurgensen <espenjurgensen@gmail.com>2016-01-01 21:42:13 +0100
committerejurgensen <espenjurgensen@gmail.com>2016-01-01 21:42:13 +0100
commitdecd65be6b81622cac2e1b40c06b16d7a157902d (patch)
tree3b29bd00ff6ba8a61aba8d5ba14d7979e3ede537 /sound/forked-daapd
parent105250684beca415049140817bc26a59a804dee6 (diff)
forked-daapd: Include nls.mk and use ICONV_DEPENDS macro
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Diffstat (limited to 'sound/forked-daapd')
-rw-r--r--sound/forked-daapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/forked-daapd/Makefile b/sound/forked-daapd/Makefile
index d93c493e4..9388c6e46 100644
--- a/sound/forked-daapd/Makefile
+++ b/sound/forked-daapd/Makefile
@@ -28,6 +28,7 @@ PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/forked-daapd
SECTION:=sound
@@ -36,7 +37,7 @@ TITLE:=iTunes (DAAP) server for Apple Remote and AirPlay
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 +libiconv
+ +mxml +libavahi-client +sqlite3-cli +libplist +libcurl $(ICONV_DEPENDS)
endef
define Package/forked-daapd/description