xref: /OK3568_Linux_fs/buildroot/package/php-zmq/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "php-zmq needs a toolchain w/ C++, threads"
2	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
3
4config BR2_PACKAGE_PHP_ZMQ
5	bool "php-zmq"
6	depends on BR2_INSTALL_LIBSTDCPP
7	depends on BR2_TOOLCHAIN_HAS_THREADS
8	select BR2_PACKAGE_ZEROMQ
9	help
10	  ZeroMQ messaging bindings for PHP
11
12	  http://pecl.php.net/package/zmq
13