xref: /OK3568_Linux_fs/buildroot/package/libcddb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCDDB
2	bool "libcddb"
3	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
4	help
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.
10
11	  http://libcddb.sourceforge.net/index.html
12
13if BR2_PACKAGE_LIBCDDB
14
15config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
16	bool "install cddb_query"
17	help
18	  cddb_query is an optionnal libcddb test program.
19
20endif
21