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
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,
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
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
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
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
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
> 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
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
> ++
... 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" = "
10 matches
Mail list logo