summaryrefslogtreecommitdiffstats
path: root/package/findutils
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-12 02:14:58 +0200
committerUlf Samuelsson2007-08-12 02:14:58 +0200
commit83f82272ddb16ab26abb328fa359588496b12af2 (patch)
treed1ba2b64a9bd91dab7d8fac4e6b91279a0e773ca /package/findutils
parentRemove unknown NLS option from ed (diff)
downloadbuildroot-83f82272ddb16ab26abb328fa359588496b12af2.tar.gz
buildroot-83f82272ddb16ab26abb328fa359588496b12af2.tar.xz
buildroot-83f82272ddb16ab26abb328fa359588496b12af2.zip
Avoid building packages requiring WCHAR, when not enabled
Diffstat (limited to 'package/findutils')
-rw-r--r--package/findutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/findutils/Config.in b/package/findutils/Config.in
index e54fcc807..fc1ea0904 100644
--- a/package/findutils/Config.in
+++ b/package/findutils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_FINDUTILS
bool "findutils"
default n
+ depends on BR2_USE_WCHAR
help
Basic directory searching utilities. Provides the
common 'find', 'xargs', 'locate', and 'updatedb' binaries.