53f74fb522
In early buildroot, it apparently was customary to have following style in Config.in files: bool"expat" Nowadays, only two packages remain with this style: diffutils and expat. This trivial patch lines them up with the style: bool "expat" Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
320 B
Plaintext
12 lines
320 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
|