1*4882a593Smuzhiyunconfig BR2_PACKAGE_DBUS_CPP 2*4882a593Smuzhiyun bool "dbus-c++" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_DBUS 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # dbus 5*4882a593Smuzhiyun depends on BR2_USE_MMU # dbus 6*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 7*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_MUSL # no PTHREAD_RECURSIVE_MUTEX_* 8*4882a593Smuzhiyun select BR2_PACKAGE_EXPAT 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun dbus-c++ attempts to provide a C++ API for D-BUS. 11*4882a593Smuzhiyun The library has a glib/gtk and an Ecore mainloop integration. 12*4882a593Smuzhiyun It also offers an optional own main loop. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://sourceforge.net/projects/dbus-cplusplus/ 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "dbus-c++ needs a uClibc or glibc toolchain w/ C++, threads" 17*4882a593Smuzhiyun depends on BR2_USE_MMU 18*4882a593Smuzhiyun depends on BR2_PACKAGE_DBUS 19*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \ 20*4882a593Smuzhiyun || BR2_TOOLCHAIN_USES_MUSL 21