logrotate: enable selinux support
[buildroot-gz.git] / package / zyre / Config.in
blob21a0884ec62c213ca7b69f4141961239d4319339
1 config BR2_PACKAGE_ZYRE
2         bool "zyre"
3         depends on BR2_INSTALL_LIBSTDCPP # zeromq
4         depends on BR2_TOOLCHAIN_HAS_THREADS # 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.
12           http://zyre.org
14 comment "zyre needs a toolchain w/ C++, threads"
15         depends on BR2_USE_MMU
16         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)