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