xref: /OK3568_Linux_fs/buildroot/package/tmux/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_TMUX
2*4882a593Smuzhiyun	bool "tmux"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # mbtowc()
5*4882a593Smuzhiyun	depends on BR2_ENABLE_LOCALE # runtime
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBEVENT
7*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  tmux is a terminal multiplexer, it enables a number of
10*4882a593Smuzhiyun	  terminals (or windows) to be accessed and controlled from a
11*4882a593Smuzhiyun	  single terminal.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  NOTE: tmux needs a working UTF-8 locale (BR2_GENERATE_LOCALE)
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://tmux.github.io/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "tmux needs a toolchain w/ wchar, locale"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU
19*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_ENABLE_LOCALE
20