Config.in 364 B

1234567891011121314
  1. config BR2_PACKAGE_HTOP
  2. bool "htop"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS # dlopen()
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. htop is an interactive text-mode process viewer for Linux.
  8. It aims to be a better top.
  9. https://htop.dev/
  10. comment "htop needs a toolchain w/ dynamic library"
  11. depends on BR2_USE_MMU
  12. depends on BR2_STATIC_LIBS