baa566888d
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
config BR2_PACKAGE_PHP_AMQP
|
|
bool "php-amqp"
|
|
depends on BR2_PACKAGE_PHP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # rabbitmq-c
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # rabbitmq-c
|
|
select BR2_PACKAGE_RABBITMQ_C
|
|
help
|
|
Communicate with any AMQP compliant server.
|
|
|
|
http://pecl.php.net/package/amqp
|
|
|
|
comment "php-amqp needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
|