• 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/beecrypt/Config.in
Thomas PetazzoniThomas Petazzoni committed 9f99ec21e5125 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "beecrypt needs a toolchain w/ threads"
2
    depends on !BR2_TOOLCHAIN_HAS_THREADS
3
​
4
config BR2_PACKAGE_BEECRYPT
5
    bool "beecrypt"
6
    depends on BR2_TOOLCHAIN_HAS_THREADS
7
    help
8
      Beecrypt is a general-purpose cryptography library.
9
​
10
      http://beecrypt.sf.net
11
​
12
if BR2_PACKAGE_BEECRYPT
13
​
14
config BR2_PACKAGE_BEECRYPT_CPP
15
    bool "C++ support"
16
    depends on BR2_INSTALL_LIBSTDCPP
17
    depends on BR2_USE_WCHAR # icu
18
    depends on !BR2_BINFMT_FLAT # icu
19
    depends on !BR2_STATIC_LIBS
20
    select BR2_PACKAGE_ICU
21
    help
22
      Enable C++ support. This pulls in the (large) icu package.
23
​
24
comment "C++ support needs a toolchain w/ C++, wchar, dynamic libraries"
25
    depends on !BR2_BINFMT_FLAT
26
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
27
        || BR2_STATIC_LIBS
28
​
29
endif # BR2_PACKAGE_BEECRYPT
  • 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.