summaryrefslogtreecommitdiffstats
path: root/package/procps/Config.in
diff options
context:
space:
mode:
authorHamish Moffatt2008-09-09 04:06:52 +0200
committerHamish Moffatt2008-09-09 04:06:52 +0200
commitfc333e7d083d144e0f8d1c4bac061b8de2ee7510 (patch)
treebd2677cb592626cf9f7e16f3a4b19c864de0d16b /package/procps/Config.in
parentKeep /usr/bin/python2.4 and make /usr/bin/python a link to it (diff)
downloadbuildroot-fc333e7d083d144e0f8d1c4bac061b8de2ee7510.tar.gz
buildroot-fc333e7d083d144e0f8d1c4bac061b8de2ee7510.tar.xz
buildroot-fc333e7d083d144e0f8d1c4bac061b8de2ee7510.zip
Support building without WCHAR support
Diffstat (limited to 'package/procps/Config.in')
-rw-r--r--package/procps/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/procps/Config.in b/package/procps/Config.in
index 8d45f0acb..48baf7b6a 100644
--- a/package/procps/Config.in
+++ b/package/procps/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_PROCPS
bool "procps"
select BR2_PACKAGE_NCURSES
- depends on BR2_USE_WCHAR
help
Standard informational utilities and process-handling tools.
Provides things like kill, ps, uptime, free, top, etc...