Config.in 424 B

123456789101112131415
  1. config BR2_PACKAGE_CDRKIT
  2. # Needed for libbz
  3. select BR2_PACKAGE_BZIP2
  4. select BR2_PACKAGE_LIBCAP
  5. depends on BR2_LARGEFILE
  6. bool "cdrkit"
  7. help
  8. cdrkit is a suite of programs for recording CDs and DVDs,
  9. blanking CD-RW media, creating ISO-9660 filesystem images,
  10. extracting audio CD data, and more.
  11. http://www.cdrkit.org/
  12. comment "cdrkit requires a toolchain with LARGEFILE support"
  13. depends on !BR2_LARGEFILE