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 / Config.in
1 config BR2_PACKAGE_DBUS
2         bool "dbus"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         # uses fork()
5         depends on BR2_USE_MMU
6         select BR2_PACKAGE_EXPAT
7         select BR2_PACKAGE_SYSTEMD_COMPAT if BR2_INIT_SYSTEMD
8         help
9           The D-Bus message bus system.
10
11           http://www.freedesktop.org/wiki/Software/dbus
12
13 comment "dbus needs a toolchain w/ threads"
14         depends on BR2_USE_MMU
15         depends on !BR2_TOOLCHAIN_HAS_THREADS