788fd0b59d9c0fbfca98993405243c9126f9a64d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cppzmq / Config.in
1 config BR2_PACKAGE_CPPZMQ
2         bool "cppzmq"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR # util-linux
5         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
6         select BR2_PACKAGE_ZEROMQ
7         help
8           C++ binding for zeromq (ZeroMQ, 0MQ, zmq).
9
10           http://github.com/zeromq/cppzmq
11
12 comment "cppzmq needs a toolchain w/ C++, wchar, threads"
13         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
14                 BR2_TOOLCHAIN_HAS_THREADS)