The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dbus-cpp / Config.in
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
13           http://sourceforge.net/projects/dbus-cplusplus/
14
15 comment "dbus-c++ needs a toolchain w/ C++, threads"
16         depends on BR2_USE_MMU
17         depends on BR2_PACKAGE_DBUS
18         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS