diff options
| -rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index b3d3834dd0..be0131c3d8 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
| @@ -83,7 +83,8 @@ EXTRA_OECONF = "--disable-tests \ | |||
| 83 | --disable-xml-docs \ | 83 | --disable-xml-docs \ |
| 84 | --disable-doxygen-docs \ | 84 | --disable-doxygen-docs \ |
| 85 | --disable-libaudit \ | 85 | --disable-libaudit \ |
| 86 | --disable-systemd" | 86 | --disable-systemd \ |
| 87 | --without-dbus-glib" | ||
| 87 | 88 | ||
| 88 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 89 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
| 89 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 90 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
