projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5c599
)
procps: needs WCHAR
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Aug 2008 12:40:32 +0000
(12:40 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Aug 2008 12:40:32 +0000
(12:40 -0000)
package/procps/Config.in
patch
|
blob
|
history
diff --git
a/package/procps/Config.in
b/package/procps/Config.in
index 48baf7b6a84502b5e5cef624d44cb61767190d99..8d45f0acb602ea829fe7bdd6f720125aeb830eec 100644
(file)
--- 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...