hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 optionnal libcddb test program.
 
endif