xref: /OK3568_Linux_fs/buildroot/package/ranger/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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 if !BR2_PACKAGE_PYTHON
8	select BR2_PACKAGE_PYTHON_CURSES if BR2_PACKAGE_PYTHON
9	select BR2_PACKAGE_PYTHON3_CURSES if BR2_PACKAGE_PYTHON3
10	help
11	  ranger is a console file manager with VI key bindings. It
12	  provides a minimalistic and nice curses interface with a
13	  view on the directory hierarchy.  It ships with "rifle", a
14	  file launcher that is good at automatically finding out
15	  which program to use for what file type.
16
17	  http://ranger.nongnu.org
18
19comment "ranger needs a toolchain w/ wchar, threads, dynamic library"
20	depends on BR2_USE_MMU
21	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
22