Config.in 448 B

123456789101112131415
  1. config BR2_PACKAGE_PARTED
  2. bool "parted"
  3. depends on BR2_ENABLE_LOCALE
  4. depends on BR2_USE_WCHAR
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
  6. select BR2_PACKAGE_UTIL_LINUX
  7. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  8. help
  9. parted, the GNU partition resizing program
  10. http://www.gnu.org/software/parted/
  11. comment "parted needs a toolchain w/ locale, wchar, gcc >=5"
  12. depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || \
  13. !BR2_TOOLCHAIN_GCC_AT_LEAST_5