6a99336b3b987a6a303c79a6b473c11396c979e2
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / czmq / Config.in
1 config BR2_PACKAGE_CZMQ
2         bool "czmq"
3         select BR2_PACKAGE_ZEROMQ
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_INSTALL_LIBSTDCPP # zeromq
6         depends on BR2_USE_WCHAR # util-linux
7         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
8         help
9           High-level C Binding for 0MQ
10
11           http://czmq.zeromq.org/
12
13 comment "czmq needs a toolchain w/ C++, wchar, threads"
14         depends on BR2_USE_MMU
15         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
16                 BR2_TOOLCHAIN_HAS_THREADS)