libamcodec: new package
[buildroot-gz.git] / package / zyre / Config.in
bloba6aef607091e93dc5fcb5a626c5d587a0113d7aa
1 config BR2_PACKAGE_ZYRE
2         bool "zyre"
3         depends on BR2_INSTALL_LIBSTDCPP # zeromq
4         depends on BR2_USE_WCHAR # zeromq
5         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
6         depends on BR2_USE_MMU # czmq
7         select BR2_PACKAGE_CZMQ
8         select BR2_PACKAGE_ZEROMQ
9         help
10           An open-source framework for proximity-based peer-to-peer
11           applications.
13           http://zyre.org
15 comment "zyre needs a toolchain w/ C++, wchar, threads"
16         depends on BR2_USE_MMU
17         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
18                 BR2_TOOLCHAIN_HAS_THREADS)