From: Tanu Kaskinen <tanuk@iki.fi>
To: Andrew Shadura <andrew.shadura@collabora.co.uk>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v3 1/2] dbus: add user sessions support
Date: Tue, 15 Sep 2015 14:36:49 +0300 [thread overview]
Message-ID: <1442317009.1922.4.camel@iki.fi> (raw)
In-Reply-To: <1442227275-19855-1-git-send-email-andrew.shadura@collabora.co.uk>
On Mon, 2015-09-14 at 12:41 +0200, Andrew Shadura wrote:
> ---
> meta/recipes-core/dbus/dbus_1.10.0.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/dbus/dbus_1.10.0.bb b/meta/recipes-core/dbus/dbus_1.10.0.bb
> index 31cbef0..e099f4b 100644
> --- a/meta/recipes-core/dbus/dbus_1.10.0.bb
> +++ b/meta/recipes-core/dbus/dbus_1.10.0.bb
> @@ -68,7 +68,9 @@ FILES_${PN} = "${bindir}/dbus-daemon* \
> ${datadir}/dbus-1/session.conf \
> ${datadir}/dbus-1/system.d \
> ${datadir}/dbus-1/system.conf \
> - ${systemd_unitdir}/system/"
> + ${systemd_system_unitdir} \
> + ${systemd_user_unitdir} \
> +"
> FILES_${PN}-lib = "${libdir}/lib*.so.*"
> RRECOMMENDS_${PN}-lib = "${PN}"
> FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool ${bindir}/dbus-test-tool"
> @@ -105,6 +107,7 @@ PACKAGECONFIG_class-nativesdk = ""
> PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir"
> PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
> PACKAGECONFIG[apparmor] = "--enable-apparmor,--disable-apparmor,libapparmor"
> +PACKAGECONFIG[user-session] = "--enable-user-session,--disable-user-session"
I think user-session should be enabled by default when systemd is in
DISTRO_FEATURES. Some services, e.g. PulseAudio, can fully enable their
systemd integration only if dbus is compiled with --enable-user
-session.
--
Tanu
next prev parent reply other threads:[~2015-09-15 11:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1440666021-11411-1-git-send-email-andrew.shadura@collabora.co.uk>
2015-09-14 10:07 ` [PATCH v2 1/7] dbus: merge .bb and .inc Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 2/7] dbus: update the recipes to 1.10.0 Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 3/7] dbus: add apparmor support Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 4/7] systemd: don't build against dbus unless required Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 5/7] systemd: add gnuefi package configuration option, switched off by default Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 6/7] dbus: add user sessions support Andrew Shadura
2015-09-14 10:07 ` [PATCH v2 7/7] dbus: build with systemd support Andrew Shadura
2015-09-29 12:39 ` [PATCH v2 1/7] dbus: merge .bb and .inc Andrew Shadura
2015-09-29 14:41 ` Burton, Ross
2015-09-29 14:48 ` Andrew Shadura
2015-09-29 14:54 ` Burton, Ross
2015-09-29 14:50 ` Richard Purdie
2015-09-29 14:52 ` Andrew Shadura
2015-09-14 10:41 ` [PATCH v3 1/2] dbus: add user sessions support Andrew Shadura
2015-09-14 10:41 ` [PATCH v3 2/2] dbus: build with systemd support Andrew Shadura
2015-09-15 11:36 ` Tanu Kaskinen [this message]
2015-09-15 11:48 ` [PATCH v3 1/2] dbus: add user sessions support Pau Espin Pedrol
2015-09-15 12:53 ` Andrew Shadura
2015-09-15 13:49 ` Tanu Kaskinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442317009.1922.4.camel@iki.fi \
--to=tanuk@iki.fi \
--cc=andrew.shadura@collabora.co.uk \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.