Config.in 558 B

1234567891011121314151617181920
  1. config 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. http://libcddb.sourceforge.net/index.html
  11. if BR2_PACKAGE_LIBCDDB
  12. config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
  13. bool "install cddb_query"
  14. help
  15. cddb_query is an optionnal libcddb test program.
  16. endif