kumquat-buildroot/package/parted/Config.in
Yegor Yefremov aa9f6a9b13 New package: parted
[Peter: needs largefile + wchar]
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-03-13 13:59:05 +01:00

15 lines
391 B
Plaintext

config BR2_PACKAGE_PARTED
bool "parted"
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
select BR2_PACKAGE_LVM2
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_UTIL_LINUX
help
parted, the GNU partition resizing program
http://www.gnu.org/software/parted/
comment "parted requires a toolchain with LARGEFILE+WCHAR support"
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)