projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2caa6c3
)
id3lib: fix dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:33:48 +0000
(23:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:33:48 +0000
(23:33 +0000)
SVN-Revision: 32247
libs/id3lib/Makefile
patch
|
blob
|
history
diff --git
a/libs/id3lib/Makefile
b/libs/id3lib/Makefile
index 6b6ba8868cca7a1ce8645d345aadc5de46d15536..d63cab80776f28edb4d83825895889f1daf45633 100644
(file)
--- 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