kumquat-buildroot/package/psmisc/Config.in
Thomas Petazzoni 48a851d1bb psmisc: use the new gettext logic
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - dropping BR2_PACKAGE_GETTEXT selection

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-05 01:34:03 +02:00

9 lines
226 B
Plaintext

config BR2_PACKAGE_PSMISC
bool "psmisc"
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
select BR2_PACKAGE_NCURSES
help
Helpful /proc related utilities such as pstree, fuser, and killall
https://gitlab.com/psmisc/psmisc