summaryrefslogtreecommitdiffstats
path: root/rules/procps.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-25 15:54:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-25 15:54:16 +0000
commit14923ba94f0c72b7066d4c847aca1d10deac61fc (patch)
tree9e1aa66c007a69107a6e85554ac442c93aabc06d /rules/procps.in
parent7cc176bed7aa8c298014e86300ace58916e0f858 (diff)
downloadptxdist-14923ba94f0c72b7066d4c847aca1d10deac61fc.tar.gz
ptxdist-14923ba94f0c72b7066d4c847aca1d10deac61fc.tar.xz
[procps] only select ncurses if needed
only top and slabtop need ncurses Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10168 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/procps.in')
-rw-r--r--rules/procps.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/procps.in b/rules/procps.in
index fe8967b03..0b0a4b2d2 100644
--- a/rules/procps.in
+++ b/rules/procps.in
@@ -2,7 +2,8 @@
menuconfig PROCPS
tristate
prompt "procps "
- select NCURSES
+ select NCURSES if PROCPS_TOP
+ select NCURSES if PROCPS_SLABTOP
help
The procps package contains a set of system utilities that provide
system information.