|
@@ -5,6 +5,7 @@ config BR2_PACKAGE_ZMQPP
|
|
depends on BR2_INET_IPV6 # zeromq
|
|
depends on BR2_INET_IPV6 # zeromq
|
|
depends on BR2_LARGEFILE # util-linux
|
|
depends on BR2_LARGEFILE # util-linux
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
|
select BR2_PACKAGE_ZEROMQ
|
|
select BR2_PACKAGE_ZEROMQ
|
|
help
|
|
help
|
|
C++ binding for zeromq (ZeroMQ, 0MQ, zmq).
|
|
C++ binding for zeromq (ZeroMQ, 0MQ, zmq).
|
|
@@ -14,9 +15,9 @@ config BR2_PACKAGE_ZMQPP
|
|
|
|
|
|
http://github.com/benjamg/zmqpp
|
|
http://github.com/benjamg/zmqpp
|
|
|
|
|
|
-comment "zmqpp requires a toolchain with C++, IPV6, LARGEFILE and WCHAR support"
|
|
|
|
|
|
+comment "zmqpp requires a toolchain with C++, IPV6, LARGEFILE, WCHAR & thread support"
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
|
- && BR2_USE_WCHAR)
|
|
|
|
|
|
+ && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|
|
|
|
|
|
config BR2_PACKAGE_ZMQPP_CLIENT
|
|
config BR2_PACKAGE_ZMQPP_CLIENT
|
|
bool "zmqpp client"
|
|
bool "zmqpp client"
|