mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 05:08:21 +00:00
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
config BR2_PACKAGE_CPPZMQ
|
|
bool "cppzmq"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
|
|
select BR2_PACKAGE_ZEROMQ
|
|
help
|
|
C++ binding for zeromq (ZeroMQ, 0MQ, zmq).
|
|
|
|
http://github.com/zeromq/cppzmq
|
|
|
|
comment "cppzmq needs a toolchain w/ C++, NPTL"
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
|