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

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

2015-03-12 Thread Javier Jardón
> Hi, Hi Pekka, > let's get a bit more context, the whole systemd-login thing in > configure.ac is: > > PKG_CHECK_MODULES(SYSTEMD_LOGIN, [libsystemd-login >= 198], > [have_systemd_login=yes], [have_systemd_login=no]) > AS_IF([test "x$have_systemd_login" = "xyes"], > [AC_DE

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

2015-03-11 Thread Pekka Paalanen
On Tue, 10 Mar 2015 17:36:08 + Javier Jardón wrote: > ... that only provide a unique libsystemd.pc file > --- > configure.ac | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index d9d8d8f..561c380 100644 > --- a/configure.ac > ++

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

2015-03-10 Thread Javier Jardón
... that only provide a unique libsystemd.pc file --- configure.ac | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d9d8d8f..561c380 100644 --- a/configure.ac +++ b/configure.ac @@ -347,8 +347,12 @@ AS_IF([test "x$have_systemd_login" = "