2013-12-26 16:00:26 +01:00
|
|
|
config BR2_PACKAGE_DBUS_CPP
|
|
|
|
bool "dbus-c++"
|
|
|
|
depends on BR2_PACKAGE_DBUS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
|
|
|
depends on BR2_USE_MMU # dbus
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-10-06 11:01:43 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # no PTHREAD_RECURSIVE_MUTEX_*
|
2013-12-26 16:00:26 +01:00
|
|
|
select BR2_PACKAGE_EXPAT
|
|
|
|
help
|
|
|
|
dbus-c++ attempts to provide a C++ API for D-BUS.
|
|
|
|
The library has a glib/gtk and an Ecore mainloop integration.
|
|
|
|
It also offers an optional own main loop.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/dbus-cplusplus/
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "dbus-c++ needs a uClibc or glibc toolchain w/ C++, threads"
|
2013-12-26 16:00:26 +01:00
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_PACKAGE_DBUS
|
2015-10-06 11:01:43 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|