Config.in 965 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_BUSTLE
  2. bool "bustle"
  3. depends on BR2_USE_WCHAR # libglib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  5. depends on BR2_USE_MMU # libglib2
  6. depends on BR2_PACKAGE_DBUS # runtime
  7. select BR2_PACKAGE_LIBPCAP
  8. select BR2_PACKAGE_LIBGLIB2
  9. help
  10. Bustle is a better dbus-monitor! It records and draws
  11. sequence diagrams of D-Bus activity, showing signal
  12. emissions, method calls and their corresponding returns,
  13. with timestamps for each individual event and the duration
  14. of each method call. This can help you check for unwanted
  15. D-Bus traffic, and pinpoint why your D-Bus-based application
  16. isn't performing as well as you like.
  17. This only installs the command line bustle-pcap tool, not
  18. the graphical viewer.
  19. https://gitlab.freedesktop.org/bustle/bustle/
  20. comment "bustle needs a toolchain w/ wchar, threads"
  21. depends on BR2_USE_MMU
  22. depends on BR2_PACKAGE_DBUS
  23. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS