blob: 7237b0fcdb3f221fc6ed49682e1fe4702a30ae82 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_DBUS_GLIB
bool "dbus-glib"
default n
depends on BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_PKGCONFIG
help
GLib bindings for D-Bus.
http://www.freedesktop.org/software/dbus
|