]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/zyre/Config.in
zeromq: needs NPTL
[coffee/buildroot.git] / package / zyre / Config.in
1 config BR2_PACKAGE_ZYRE
2         bool "zyre"
3         depends on BR2_INSTALL_LIBSTDCPP # zeromq
4         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
5         depends on BR2_USE_MMU # czmq
6         select BR2_PACKAGE_CZMQ
7         select BR2_PACKAGE_ZEROMQ
8         help
9           An open-source framework for proximity-based peer-to-peer
10           applications.
11
12           http://zyre.org
13
14 comment "zyre needs a toolchain w/ C++, NPTL"
15         depends on BR2_USE_MMU
16         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)