• 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/azmq/Config.in
Fabrice FontaineFabrice Fontaine committed a93a7afb81723 Feb 2018
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_AZMQ
2
    bool "azmq"
3
    depends on BR2_INSTALL_LIBSTDCPP
4
    depends on BR2_TOOLCHAIN_HAS_ATOMIC
5
    depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # boost-log
6
    depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
7
    depends on BR2_USE_WCHAR # boost
8
    depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
9
    select BR2_PACKAGE_ZEROMQ
10
    select BR2_PACKAGE_BOOST
11
    select BR2_PACKAGE_BOOST_CHRONO
12
    select BR2_PACKAGE_BOOST_DATE_TIME
13
    select BR2_PACKAGE_BOOST_LOG
14
    select BR2_PACKAGE_BOOST_RANDOM
15
    select BR2_PACKAGE_BOOST_REGEX
16
    select BR2_PACKAGE_BOOST_SYSTEM
17
    select BR2_PACKAGE_BOOST_THREAD
18
    help
19
      This library provides Boost Asio style bindings for ZeroMQ.
20
​
21
      https://github.com/zeromq/azmq
22
​
23
comment "azmq needs a toolchain w/ C++11, wchar and NTPL"
24
    depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
25
        && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
26
​
27
comment "azmq needs exception_ptr"
28
    depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
  • 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.