Config.in 337 B

1234567891011121314
  1. config BR2_PACKAGE_DBUS
  2. bool "dbus"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. # uses fork()
  5. depends on BR2_USE_MMU
  6. select BR2_PACKAGE_EXPAT
  7. help
  8. The D-Bus message bus system.
  9. http://www.freedesktop.org/wiki/Software/dbus
  10. comment "dbus needs a toolchain w/ threads"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS