xref: /OK3568_Linux_fs/buildroot/package/htop/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HTOP
2*4882a593Smuzhiyun	bool "htop"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen()
5*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  htop is an interactive text-mode process viewer for Linux.
8*4882a593Smuzhiyun	  It aims to be a better top.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://htop.dev/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "htop needs a toolchain w/ dynamic library"
13*4882a593Smuzhiyun	depends on BR2_USE_MMU
14*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
15