Config.in 368 B

12345678910111213
  1. comment "php-zmq needs a toolchain w/ C++, threads"
  2. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
  3. config BR2_PACKAGE_PHP_ZMQ
  4. bool "php-zmq"
  5. depends on BR2_PACKAGE_PHP
  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. http://pecl.php.net/package/zmq