mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #2229 from ejurgensen/master
forked-daapd: Include nls.mk and use ICONV_DEPENDS macro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user