board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / czmq / Config.in
blobcfa5152958ed0ab6abb3773cb291cbcae455b278
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_TOOLCHAIN_HAS_THREADS # zeromq
7         help
8           High-level C Binding for 0MQ
10           http://czmq.zeromq.org/
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)