Re: [RFC weston 4/5] drm: Move backend to libweston

2016-02-13 Thread Quentin Glidic
On 13/02/2016 11:22, Benoit Gschwind wrote: > > [snip] > Following a comment from Quentin Glidic on IRC, I read wrong the snprintf (I readed printf ... a shame, my apology). Which make the patch valid if output->base.name is not too long. output->base.name is managed in the backend and is fixed

Re: [RFC weston 4/5] drm: Move backend to libweston

2016-02-13 Thread Benoit Gschwind
Hi, Le 12/02/2016 18:45, Benoit Gschwind a écrit : Hello, Le 09/02/2016 16:14, Quentin Glidic a écrit : From: Quentin Glidic Signed-off-by: Quentin Glidic --- Makefile.am | 10 ++--- {src => lib}/compositor-drm.c | 87 +++ {src =

Re: [RFC weston 4/5] drm: Move backend to libweston

2016-02-12 Thread Benoit Gschwind
Hello, Le 09/02/2016 16:14, Quentin Glidic a écrit : From: Quentin Glidic Signed-off-by: Quentin Glidic --- Makefile.am | 10 ++--- {src => lib}/compositor-drm.c | 87 +++ {src => lib}/libbacklight.c | 0 {src => lib}/libbackli

[RFC weston 4/5] drm: Move backend to libweston

2016-02-09 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- Makefile.am | 10 ++--- {src => lib}/compositor-drm.c | 87 +++ {src => lib}/libbacklight.c | 0 {src => lib}/libbacklight.h | 0 lib/libweston.c | 23 +++