ruby: bump version to 2.4.1
[buildroot-gz.git] / package / mosh / Config.in
blobd1fbd632eb7c224d3dc10af0fb5c965d3666563f
1 comment "mosh needs a toolchain w/ C++, threads, dynamic library, wchar"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
3                 || BR2_STATIC_LIBS || !BR2_USE_WCHAR
4         depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
6 config BR2_PACKAGE_MOSH
7         bool "mosh"
8         depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
9         depends on BR2_INSTALL_LIBSTDCPP # protobuf
10         depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
11         depends on !BR2_STATIC_LIBS # protobuf
12         depends on BR2_USE_WCHAR
13         select BR2_PACKAGE_PROTOBUF
14         select BR2_PACKAGE_NCURSES
15         select BR2_PACKAGE_NETTLE if !BR2_PACKAGE_OPENSSL
16         select BR2_PACKAGE_ZLIB
17         # runtime dependency
18         select BR2_PACKAGE_OPENSSH if !BR2_PACKAGE_DROPBEAR_CLIENT
19         help
20           Remote terminal application that supports intermittent connectivity,
21           allows roaming, and provides speculative local echo and line editing
22           of user keystrokes.
24           https://mosh.mit.edu