summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus_1.10.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.10.14.bb b/meta/recipes-core/dbus/dbus_1.10.14.bb
index 6354572b84..e1d7356309 100644
--- a/meta/recipes-core/dbus/dbus_1.10.14.bb
+++ b/meta/recipes-core/dbus/dbus_1.10.14.bb
@@ -95,18 +95,18 @@ EXTRA_OECONF = "--disable-tests \
95 --disable-xml-docs \ 95 --disable-xml-docs \
96 --disable-doxygen-docs \ 96 --disable-doxygen-docs \
97 --disable-libaudit \ 97 --disable-libaudit \
98 --enable-largefile \
98 " 99 "
99 100
100EXTRA_OECONF_append_class-target = " SYSTEMCTL=${base_bindir}/systemctl" 101EXTRA_OECONF_append_class-target = " SYSTEMCTL=${base_bindir}/systemctl"
101EXTRA_OECONF_append_class-native = " --disable-selinux" 102EXTRA_OECONF_append_class-native = " --disable-selinux"
102 103
103PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile systemd x11', d)}" 104PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}"
104PACKAGECONFIG_class-native = "" 105PACKAGECONFIG_class-native = ""
105PACKAGECONFIG_class-nativesdk = "" 106PACKAGECONFIG_class-nativesdk = ""
106 107
107PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--disable-systemd --without-systemdsystemunitdir,systemd" 108PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--disable-systemd --without-systemdsystemunitdir,systemd"
108PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm" 109PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
109PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
110PACKAGECONFIG[user-session] = "--enable-user-session --with-systemduserunitdir=${systemd_user_unitdir},--disable-user-session" 110PACKAGECONFIG[user-session] = "--enable-user-session --with-systemduserunitdir=${systemd_user_unitdir},--disable-user-session"
111 111
112do_install() { 112do_install() {