mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 11:21:21 +00:00
taglib: add missing zlib dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ define Package/taglib
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=taglib
|
||||
URL:=https://github.com/taglib/taglib
|
||||
DEPENDS:=+libstdcpp
|
||||
DEPENDS:=+zlib +libstdcpp
|
||||
endef
|
||||
|
||||
define Package/taglib/description
|
||||
|
||||
Reference in New Issue
Block a user