projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdda023
)
Add dependency to libmad for libid3tag
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 28 Jul 2007 16:02:07 +0000
(16:02 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 28 Jul 2007 16:02:07 +0000
(16:02 -0000)
package/libid3tag/Config.in
patch
|
blob
|
history
diff --git
a/package/libid3tag/Config.in
b/package/libid3tag/Config.in
index 6c1141ce8a4ff029329d7c690909d7884bdd06ed..2b8f3225c3efc91922d7447afd1f9516f9cd7a48 100644
(file)
--- a/
package/libid3tag/Config.in
+++ b/
package/libid3tag/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_LIBID3TAG
bool "libid3tag"
default n
select BR2_PACKAGE_ZLIB
+ depends on BR2_PACKAGE_LIBMAD
help
ID3 tag reading library from the MAD project.