Config.in 603 B

123456789101112131415161718
  1. config BR2_PACKAGE_DBUS_CPP
  2. bool "dbus-c++"
  3. depends on BR2_PACKAGE_DBUS
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
  5. depends on BR2_USE_MMU # dbus
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. select BR2_PACKAGE_EXPAT
  8. help
  9. dbus-c++ attempts to provide a C++ API for D-BUS.
  10. The library has a glib/gtk and an Ecore mainloop integration.
  11. It also offers an optional own main loop.
  12. http://sourceforge.net/projects/dbus-cplusplus/
  13. comment "dbus-c++ needs a toolchain w/ C++, threads"
  14. depends on BR2_USE_MMU
  15. depends on BR2_PACKAGE_DBUS
  16. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS