From f58b8cdef45b7e19c77af3fd801674f201688449 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 22 May 2010 21:06:34 +0200 Subject: cdrkit: needs largefile support in toolchain At the same time fix indentation in Config.in Signed-off-by: Peter Korsgaard --- package/cdrkit/Config.in | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'package') 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 -- cgit v1.2.3