add id3lib package
[openwrt.git] / package / id3lib / Config.in
1 config BR2_PACKAGE_ID3LIB
2 prompt "id3lib - An ID3v1/ID3v2 tagging library"
3 tristate
4 # default m if CONFIG_DEVEL
5 default n
6 select BR2_PACKAGE_UCLIBCXX
7 select BR2_PACKAGE_ZLIB
8 help
9 An ID3v1/ID3v2 tagging library.
10
11 http://www.id3lib.org/
12
13 Depends: uClibc++, zlib
14
15
This page took 0.053259 seconds and 5 git commands to generate.