2007-01-14 04:45:06 +01:00
|
|
|
config BR2_PACKAGE_DBUS_GLIB
|
|
|
|
bool "dbus-glib"
|
|
|
|
depends on BR2_PACKAGE_DBUS
|
2009-09-27 21:46:43 +02:00
|
|
|
depends on BR2_DBUS_EXPAT
|
2007-01-14 04:45:06 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
GLib bindings for D-Bus.
|
|
|
|
|
|
|
|
http://www.freedesktop.org/software/dbus
|
2009-04-23 16:24:58 +02:00
|
|
|
|
|
|
|
comment "dbus-glib needs dbus to be compiled with expat support"
|
2009-09-27 21:46:43 +02:00
|
|
|
depends on BR2_PACKAGE_DBUS && !BR2_DBUS_EXPAT
|