lua-bit32: new package
[buildroot-gz.git] / package / diffutils / Config.in
blob97cb38b8f82b850c438058d8361c0fa7df391be6
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.
9           http://www.gnu.org/software/diffutils/diffutils.html
11 comment "diffutils needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS