2013-04-14 12:33:01 +02:00
|
|
|
config BR2_PACKAGE_ZYRE
|
|
|
|
bool "zyre"
|
2014-07-02 19:40:20 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
|
|
|
depends on BR2_USE_WCHAR # zeromq
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
|
|
|
depends on BR2_USE_MMU # czmq
|
|
|
|
select BR2_PACKAGE_CZMQ
|
|
|
|
select BR2_PACKAGE_ZEROMQ
|
2013-04-14 12:33:01 +02:00
|
|
|
help
|
|
|
|
An open-source framework for proximity-based peer-to-peer
|
|
|
|
applications.
|
|
|
|
|
|
|
|
http://zyre.org
|
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "zyre needs a toolchain w/ C++, wchar, threads"
|
2014-05-17 16:02:23 +02:00
|
|
|
depends on BR2_USE_MMU
|
2015-04-19 14:40:00 +02:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
|
|
|
|
BR2_TOOLCHAIN_HAS_THREADS)
|