Config.in 395 B

12345678910111213
  1. config BR2_PACKAGE_DIFFUTILS
  2. bool "diffutils"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  6. help
  7. GNU diff. Compare files per line.
  8. http://www.gnu.org/software/diffutils/diffutils.html
  9. comment "diffutils needs a toolchain w/ wchar"
  10. depends on !BR2_USE_WCHAR
  11. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS