summaryrefslogtreecommitdiffstats
path: root/package/czmq/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/czmq/Config.in')
-rw-r--r--package/czmq/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/czmq/Config.in b/package/czmq/Config.in
new file mode 100644
index 000000000..9fd8e86d2
--- /dev/null
+++ b/package/czmq/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_CZMQ
+ bool "czmq"
+ select BR2_PACKAGE_ZEROMQ
+ depends on BR2_INSTALL_LIBSTDCPP # zeromq
+ depends on BR2_INET_IPV6 # zeromq
+ depends on BR2_LARGEFILE # util-linux
+ depends on BR2_USE_WCHAR # util-linux
+ help
+ High-level C Binding for 0MQ
+
+ http://czmq.zeromq.org/
+
+comment "czmq requires a toolchain with C++, IPV6, LARGEFILE and WCHAR support"
+ depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE && BR2_USE_WCHAR)