]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/czmq/Config.in
71389fce51471768cb95fb0345e08b18d48a3d34
[coffee/buildroot.git] / package / czmq / Config.in
1 config BR2_PACKAGE_CZMQ
2         bool "czmq"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_INSTALL_LIBSTDCPP # zeromq
5         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
6         select BR2_PACKAGE_ZEROMQ
7         help
8           High-level C Binding for 0MQ
9
10           http://czmq.zeromq.org/
11
12 comment "czmq needs a toolchain w/ C++, threads"
13         depends on BR2_USE_MMU
14         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)