Config.in 325 B

123456789101112
  1. config BR2_PACKAGE_DBUS_GLIB
  2. bool "dbus-glib"
  3. depends on BR2_PACKAGE_DBUS
  4. depends on BR2_DBUS_EXPAT
  5. select BR2_PACKAGE_LIBGLIB2
  6. help
  7. GLib bindings for D-Bus.
  8. http://www.freedesktop.org/software/dbus
  9. comment "dbus-glib needs dbus to be compiled with expat support"
  10. depends on BR2_PACKAGE_DBUS && !BR2_DBUS_EXPAT