2012-01-26 18:42:59 +01:00
|
|
|
config BR2_PACKAGE_LIBEDBUS
|
|
|
|
bool "libedbus"
|
|
|
|
select BR2_PACKAGE_LIBEINA
|
|
|
|
select BR2_PACKAGE_LIBECORE
|
2012-04-18 23:38:19 +02:00
|
|
|
select BR2_PACKAGE_DBUS
|
2012-07-25 11:29:58 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
2012-11-17 13:24:08 +01:00
|
|
|
depends on BR2_USE_MMU # dbus
|
2012-01-26 18:42:59 +01:00
|
|
|
help
|
|
|
|
E_Dbus is a set of wrappers around D-Bus APIs so they can be
|
|
|
|
easily used by EFL applications, automatically providing
|
|
|
|
Ecore/main loop integration, as well as Eina data types.
|
|
|
|
|
|
|
|
http://trac.enlightenment.org/e/wiki/E_Dbus
|
2012-04-18 23:38:19 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBEDBUS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBEDBUS_BLUEZ
|
|
|
|
bool "bluez support"
|
2013-06-27 16:03:11 +02:00
|
|
|
depends on !BR2_avr32 # bluez_utils
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_USE_WCHAR # bluez_utils -> glib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> glib2
|
2012-04-18 23:38:19 +02:00
|
|
|
select BR2_PACKAGE_BLUEZ_UTILS
|
|
|
|
help
|
|
|
|
Bluetooth support.
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "bluez support needs a toolchain w/ wchar, threads"
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2012-04-18 23:38:19 +02:00
|
|
|
config BR2_PACKAGE_LIBEDBUS_CONNMAN
|
|
|
|
bool "connman support"
|
|
|
|
depends on BR2_PACKAGE_CONNMAN
|
|
|
|
help
|
|
|
|
Connection manager support.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBEDBUS_NOTIFY
|
|
|
|
bool "notify support"
|
|
|
|
help
|
|
|
|
Notify support.
|
|
|
|
|
|
|
|
endif
|
2012-07-25 11:29:58 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libedbus needs a toolchain w/ threads"
|
2012-07-25 11:29:58 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|