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