Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-09-26 Thread Frederico Cadete
Hello Bryce, Not really. I'll try to have a go still this weekend. Regards, Frederico On Sat, Sep 26, 2015, 03:06 Bryce Harrington wrote: > On Mon, Jul 13, 2015 at 10:03:46PM +0200, Frederico Cadete wrote: > > On Mon, Jul 13, 2015 at 8:21 PM, Quentin Glidic > > wrote: > > > On 2015-07-13 18:0

Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-09-25 Thread Bryce Harrington
On Mon, Jul 13, 2015 at 10:03:46PM +0200, Frederico Cadete wrote: > On Mon, Jul 13, 2015 at 8:21 PM, Quentin Glidic > wrote: > > On 2015-07-13 18:07, Frederico Cadete wrote: > >> I thought of doing that, but can't think of a way to do it without > >> breaking someone's build. > >> > >> Currently,

Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-07-13 Thread Frederico Cadete
On Mon, Jul 13, 2015 at 8:21 PM, Quentin Glidic wrote: > On 2015-07-13 18:07, Frederico Cadete wrote: >> I thought of doing that, but can't think of a way to do it without >> breaking someone's build. >> >> Currently, weston enables sd-login if it finds the corresponding .pc, >> and disables it if

Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-07-13 Thread Quentin Glidic
On 2015-07-13 18:07, Frederico Cadete wrote: > I thought of doing that, but can't think of a way to do it without > breaking someone's build. > > Currently, weston enables sd-login if it finds the corresponding .pc, > and disables it if not. If I add a --enable-sd-login/--disable-sd-login, > I see

Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-07-13 Thread Frederico Cadete
On Mon, Jul 13, 2015 at 12:14 PM, Quentin Glidic wrote: > On 2015-07-12 22:15, Frederico Cadete wrote: >> Starting from systemd version 209, a single libsystemd.pc is provided. >> For previous versions, fall back on libsystemd-login.pc. >> >> Signed-off-by: Frederico Cadete > > LGTM > Reviewed-by

Re: [PATCH weston] configure.ac: add support for new versions of systemd

2015-07-13 Thread Quentin Glidic
On 2015-07-12 22:15, Frederico Cadete wrote: > Starting from systemd version 209, a single libsystemd.pc is provided. > For previous versions, fall back on libsystemd-login.pc. > > Signed-off-by: Frederico Cadete LGTM Reviewed-by: Quentin Glidic It is optional, but if you want to make a follow

[PATCH weston] configure.ac: add support for new versions of systemd

2015-07-12 Thread Frederico Cadete
Starting from systemd version 209, a single libsystemd.pc is provided. For previous versions, fall back on libsystemd-login.pc. Signed-off-by: Frederico Cadete --- configure.ac | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac inde