blob: 71797a27120fd11d1d5d3c96520501cf93f45f54 [file] [log] [blame] [edit]
config BR2_PACKAGE_LIBCDDB
bool "libcddb"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
Libcddb is a C library to access data on a CDDB server
(freedb.org). It allows you to:
* search the database for possible CD matches;
* retrieve detailed information about a specific CD;
* submit new CD entries to the database.
http://libcddb.sourceforge.net/index.html
if BR2_PACKAGE_LIBCDDB
config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
bool "install cddb_query"
help
cddb_query is an optional libcddb test program.
endif