1 config BR2_PACKAGE_LIBCDDB
3 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5 Libcddb is a C library to access data on a CDDB server
6 (freedb.org). It allows you to:
7 * search the database for possible CD matches;
8 * retrieve detailed information about a specific CD;
9 * submit new CD entries to the database.
11 http://libcddb.sourceforge.net/index.html
13 if BR2_PACKAGE_LIBCDDB
15 config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
16 bool "install cddb_query"
18 cddb_query is an optionnal libcddb test program.