package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / mosh / Config.in
blob868b9ffcb38d112b585e7d7b6cbd69dafe0afc51
1 comment "mosh needs a toolchain w/ C++, threads, dynamic library"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
3                 || BR2_STATIC_LIBS
4         depends on !(BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64)
6 config BR2_PACKAGE_MOSH
7         bool "mosh"
8         depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
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_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf
13         select BR2_PACKAGE_PROTOBUF
14         select BR2_PACKAGE_NCURSES
15         select 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