Config.in 753 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_RANGER
  2. bool "ranger"
  3. depends on BR2_USE_MMU # python3
  4. depends on BR2_USE_WCHAR # python3
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # python3
  6. depends on !BR2_STATIC_LIBS # python3
  7. select BR2_PACKAGE_PYTHON3
  8. select BR2_PACKAGE_PYTHON3_CURSES
  9. help
  10. ranger is a console file manager with VI key bindings. It
  11. provides a minimalistic and nice curses interface with a
  12. view on the directory hierarchy. It ships with "rifle", a
  13. file launcher that is good at automatically finding out
  14. which program to use for what file type.
  15. https://ranger.github.io
  16. comment "ranger needs a toolchain w/ wchar, threads, dynamic library"
  17. depends on BR2_USE_MMU
  18. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS