diff options
Diffstat (limited to 'package/cdrkit')
-rw-r--r-- | package/cdrkit/Config.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in index 2e255819a..7ff50f3f4 100644 --- a/package/cdrkit/Config.in +++ b/package/cdrkit/Config.in @@ -1,11 +1,15 @@ config BR2_PACKAGE_CDRKIT - # Needed for libbz - select BR2_PACKAGE_BZIP2 - select BR2_PACKAGE_LIBCAP - bool "cdrkit" - help - cdrkit is a suite of programs for recording CDs and DVDs, - blanking CD-RW media, creating ISO-9660 filesystem images, - extracting audio CD data, and more. + # Needed for libbz + select BR2_PACKAGE_BZIP2 + select BR2_PACKAGE_LIBCAP + depends on BR2_LARGEFILE + bool "cdrkit" + help + cdrkit is a suite of programs for recording CDs and DVDs, + blanking CD-RW media, creating ISO-9660 filesystem images, + extracting audio CD data, and more. - http://www.cdrkit.org/ + http://www.cdrkit.org/ + +comment "cdrkit requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE |