summaryrefslogtreecommitdiffstats
path: root/package/procps
diff options
context:
space:
mode:
authorPeter Korsgaard2008-08-24 14:40:32 +0200
committerPeter Korsgaard2008-08-24 14:40:32 +0200
commit94b86467e30d1b548257de04ddbd4b9b6b3df0ac (patch)
treec79572276014399298337c25355dddc7c4bce9ca /package/procps
parenttoolchain/gdb: unbreak target gdb support (diff)
downloadbuildroot-94b86467e30d1b548257de04ddbd4b9b6b3df0ac.tar.gz
buildroot-94b86467e30d1b548257de04ddbd4b9b6b3df0ac.tar.xz
buildroot-94b86467e30d1b548257de04ddbd4b9b6b3df0ac.zip
procps: needs WCHAR
Diffstat (limited to 'package/procps')
-rw-r--r--package/procps/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/procps/Config.in b/package/procps/Config.in
index 48baf7b6a..8d45f0acb 100644
--- a/package/procps/Config.in
+++ b/package/procps/Config.in
@@ -1,6 +1,7 @@
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...