1 config BR2_PACKAGE_PHP_AMQP
3 depends on BR2_PACKAGE_PHP
4 depends on BR2_TOOLCHAIN_HAS_THREADS # rabbitmq-c
5 select BR2_PACKAGE_RABBITMQ_C
7 Communicate with any AMQP compliant server.
9 http://pecl.php.net/package/amqp
11 comment "php-amqp needs a toolchain w/ threads"
12 depends on !BR2_TOOLCHAIN_HAS_THREADS