cdb6247c37
The GNU Compact Disc Input and Control library. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
config BR2_PACKAGE_LIBCDIO
|
|
bool "libcdio"
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
The GNU Compact Disc Input and Control library.
|
|
|
|
http://www.gnu.org/software/libcdio/
|
|
|
|
comment "libcdio needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|