diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index affffbc187..c64084f567 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -68,8 +68,8 @@ pkg_postinst_dbus() { | |||
68 | EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}" | 68 | EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}" |
69 | EXTRA_OECONF_X_class-native = "--without-x --disable-x11-autolaunch" | 69 | EXTRA_OECONF_X_class-native = "--without-x --disable-x11-autolaunch" |
70 | # TODO: would like to --enable-systemd but that's a circular build-dependency | 70 | # TODO: would like to --enable-systemd but that's a circular build-dependency |
71 | # between systemd <->dbus | 71 | # between systemd<->dbus |
72 | EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '', d)}" | 72 | EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" |
73 | 73 | ||
74 | EXTRA_OECONF = "--disable-tests \ | 74 | EXTRA_OECONF = "--disable-tests \ |
75 | --disable-checks \ | 75 | --disable-checks \ |