syslinux: install helper programs to the host
[buildroot-gz.git] / package / python-pyzmq / Config.in
blobb83c09cf6c3111cc8cd016ddf4052fa255a805f4
1 config BR2_PACKAGE_PYTHON_PYZMQ
2         bool "python-pyzmq"
3         depends on BR2_LARGEFILE # zeromq
4         depends on BR2_INET_IPV6 # zeromq
5         depends on BR2_USE_WCHAR # zeromq
6         depends on BR2_INSTALL_LIBSTDCPP # zeromq
7         depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
8         depends on BR2_PACKAGE_PYTHON
9         select BR2_PACKAGE_ZEROMQ
10         help
11           This package contains the python language binding for zeromq.
13           http://zeromq.org/bindings:python
15 comment "python-pyzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
16         depends on BR2_PACKAGE_PYTHON
17         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
18                 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)