buildrootschalter/package/procps-ng/Config.in
Yann E. MORIN 6a54ade566 package/procps-ng: needs gettext if locales
Fixes:
    http://autobuild.buildroot.net/results/88a/88a2c8907dce0e5abe0d544ce9a2875dfdcc9e7c/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-03 20:57:15 +02:00

10 lines
311 B
Plaintext

config BR2_PACKAGE_PROCPS_NG
bool "procps-ng"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
Standard informational utilities and process-handling tools.
Provides things like kill, ps, uptime, free, top, etc...
http://sourceforge.net/projects/procps-ng/