From 99a0810c593ba3529326c53d70d9b06c9063a335 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 23:33:48 +0000 Subject: [PATCH] id3lib: fix dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32247 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/id3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/id3lib/Makefile b/libs/id3lib/Makefile index 6b6ba8868..d63cab807 100644 --- a/libs/id3lib/Makefile +++ b/libs/id3lib/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/id3lib SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+zlib +uclibcxx + DEPENDS:=+zlib +libstdcpp TITLE:=An ID3v1/ID3v2 tag manipulation library URL:=http://www.id3lib.org/ endef -- 2.11.0