xref: /OK3568_Linux_fs/buildroot/package/php-pecl-dbus/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://github.com/derickr/pecl-dbus
12
13comment "php-pecl-dbus needs a toolchain w/ threads"
14	depends on BR2_USE_MMU
15	depends on !BR2_TOOLCHAIN_HAS_THREADS
16