92358271b9
Also add missing select in Config.in. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
config BR2_PACKAGE_DIFFUTILS
|
|
bool"diffutils"
|
|
depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
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
|