2013-03-25 14:28:01 +01:00
|
|
|
config BR2_PACKAGE_CZMQ
|
|
|
|
bool "czmq"
|
|
|
|
select BR2_PACKAGE_ZEROMQ
|
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
|
|
|
|
depends on BR2_INET_IPV6 # zeromq
|
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
2013-04-07 04:00:33 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
2013-03-25 14:28:01 +01:00
|
|
|
help
|
|
|
|
High-level C Binding for 0MQ
|
|
|
|
|
|
|
|
http://czmq.zeromq.org/
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "czmq needs a toolchain w/ C++, IPv6, wchar, threads"
|
2014-05-05 05:58:03 +02:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && \
|
|
|
|
BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|