• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/mosh/Config.in
Baruch SiachBaruch Siach committed 1a8e7d93e0302 Apr 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
5
​
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_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.
23
​
24
      https://mosh.mit.edu
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.