harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / dbus / Config.in
blob653f7482f6931c6fe0219eda6654a6e85f90e9be
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         help
8           The D-Bus message bus system.
10           http://www.freedesktop.org/wiki/Software/dbus
12 comment "dbus needs a toolchain w/ threads"
13         depends on BR2_USE_MMU
14         depends on !BR2_TOOLCHAIN_HAS_THREADS