2013-03-25 14:28:01 +01:00
|
|
|
config BR2_PACKAGE_CZMQ
|
|
|
|
bool "czmq"
|
2014-05-05 05:58:03 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-03-25 14:28:01 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
2013-04-07 04:00:33 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
2017-04-22 19:17:50 +02:00
|
|
|
select BR2_PACKAGE_ZEROMQ
|
2013-03-25 14:28:01 +01:00
|
|
|
help
|
|
|
|
High-level C Binding for 0MQ
|
|
|
|
|
|
|
|
http://czmq.zeromq.org/
|
|
|
|
|
2016-12-26 16:22:34 +01:00
|
|
|
comment "czmq needs a toolchain w/ C++, threads"
|
2014-05-05 05:58:03 +02:00
|
|
|
depends on BR2_USE_MMU
|
2016-12-26 16:22:34 +01:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|