blob: 86da5d3a4f7db319f6d078de59abb8770d139ce3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_DIFFUTILS
bool"diffutils"
depends on BR2_USE_WCHAR
help
GNU diff. Compare files per line.
http://www.gnu.org/software/diffutils/diffutils.html
comment "diffutils requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
|