]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: Enable user-session package config
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 18 Jul 2018 22:52:25 +0000 (15:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 11:44:28 +0000 (12:44 +0100)
If targeting a X11 or Wayland session the user will want user-session
enabled. To target both of these just enable user-session all the time.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/dbus/dbus_1.12.8.bb

index b3ddaafab57df80e9666998c441f00c216022f93..eec22f7db908c2a27c802011c099cbd40a56c0e1 100644 (file)
@@ -102,7 +102,10 @@ EXTRA_OECONF = "--disable-tests \
 EXTRA_OECONF_append_class-target = " SYSTEMCTL=${base_bindir}/systemctl"
 EXTRA_OECONF_append_class-native = " --disable-selinux"
 
-PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \
+                   user-session \
+                  "
+
 PACKAGECONFIG_class-native = ""
 PACKAGECONFIG_class-nativesdk = ""