Config.in 457 B

123456789101112131415
  1. config BR2_PACKAGE_PHP_PECL_DBUS
  2. bool "php-pecl-dbus"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
  4. depends on BR2_USE_MMU # dbus
  5. select BR2_PACKAGE_DBUS
  6. select BR2_PACKAGE_LIBXML2
  7. select BR2_PACKAGE_PHP_EXT_LIBXML2 # Runtime dependency
  8. help
  9. PHP extension for interaction with D-Bus busses.
  10. https://github.com/derickr/pecl-dbus
  11. comment "php-pecl-dbus needs a toolchain w/ threads"
  12. depends on BR2_USE_MMU
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS