diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 5b2a056511..01108c96b8 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -86,6 +86,8 @@ EXTRA_OECONF = "--disable-tests \ | |||
86 | --disable-systemd \ | 86 | --disable-systemd \ |
87 | --without-dbus-glib" | 87 | --without-dbus-glib" |
88 | 88 | ||
89 | EXTRA_OECONF_class-native = "--disable-selinux" | ||
90 | |||
89 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 91 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
90 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 92 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
91 | PACKAGECONFIG_class-native = "" | 93 | PACKAGECONFIG_class-native = "" |