Multiple views for the same IVI surface

2015-10-01 Thread Frederico Cadete
On Thu, Oct 1, 2015 at 12:23 PM Pekka Paalanen wrote: > > On Thu, 01 Oct 2015 17:13:47 +0900 > Nobuhiko Tanibata wrote: > > > Hi, > > > > Tested-by: Nobuhiko Tanibata > > Reviewed-by: Nobuhiko Tanibata > > > > These constructors are reserved for a feature of 'a ivi-surface to > > several layers

Re: [PATCH weston v2 2/2] configure.ac: add explicit enable/disable for systemd-login support

2015-09-29 Thread Frederico Cadete
On Wed, Sep 30, 2015 at 3:15 AM, Bryce Harrington wrote: > On Tue, Sep 29, 2015 at 10:28:03AM +0300, Pekka Paalanen wrote: >> On Mon, 28 Sep 2015 00:30:10 +0200 >> Frederico Cadete wrote: >> >> > Otherwise, auto-enable depending on whether the system ha

[PATCH weston v2 1/2] configure.ac: add support for new versions of systemd

2015-09-27 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

[PATCH weston v2 2/2] configure.ac: add explicit enable/disable for systemd-login support

2015-09-27 Thread Frederico Cadete
Otherwise, auto-enable depending on whether the system has the necessary libraries. --- configure.ac | 36 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index a9cd429..3b317c2 100644 --- a/configure.ac +++ b/configu

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: &g

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

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

[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