summaryrefslogtreecommitdiffstats
path: root/package/procps
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-24 12:40:32 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-24 12:40:32 +0000
commit94b86467e30d1b548257de04ddbd4b9b6b3df0ac (patch)
treec79572276014399298337c25355dddc7c4bce9ca /package/procps
parent5a5c59956bfb1a5b03848a058c1626edc59625eb (diff)
downloadbuildroot-novena-94b86467e30d1b548257de04ddbd4b9b6b3df0ac.tar.gz
buildroot-novena-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...