[PATCH weston] weston-launch: use custom error function

2016-09-29 Thread Murray Calavera
error.h is a gnu extension and not available in other popular libcs like musl. This patch provides a replacement. Signed-off-by: Murray Calavera --- libweston/weston-launch.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/libweston/weston-launch.c b/libw

[PATCH weston] configure: remove double equal test bashism

2016-09-29 Thread Murray Calavera
Signed-off-by: Murray Calavera --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f35e887..72715a6 100644 --- a/configure.ac +++ b/configure.ac @@ -440,10 +440,10 @@ AS_IF([test "x$enable_resize_optimization" = "xyes"],

Re: [PATCH weston 09/14 v3] weston: Port X11 backend to new output handling API

2016-09-29 Thread Armin Krezović
On 29.09.2016 12:17, Pekka Paalanen wrote: > On Thu, 18 Aug 2016 18:42:37 +0200 > Armin Krezović wrote: > >> This is a complete port of the X11 backend that >> uses recently added output handling API for output >> configuration. >> >> - Output can be configured at runtime by passing the >> nece

Re: [PATCH wayland v2 2/4] wl_array: Set data to invalid address after free

2016-09-29 Thread Eric Engestrom
On Thu, Sep 29, 2016 at 07:17:37AM -0700, Yong Bakos wrote: > Thanks Eric. Would you mind cc'ing the wayland-devel list, so that Patchwork > catches your RB? Sorry, on MLs I usually just hit reply-all without looking at the list of recipients. So, for patchwork: The series is: Reviewed-by: Eric

Re: [PATCH weston 09/14 v3] weston: Port X11 backend to new output handling API

2016-09-29 Thread Pekka Paalanen
On Thu, 18 Aug 2016 18:42:37 +0200 Armin Krezović wrote: > This is a complete port of the X11 backend that > uses recently added output handling API for output > configuration. > > - Output can be configured at runtime by passing the > necessary configuration parameters, which can be > fille

Re: [PATCH weston 08/14 v3] weston: Port Wayland backend to new output handling API

2016-09-29 Thread Pekka Paalanen
On Wed, 28 Sep 2016 22:03:45 +0200 Armin Krezović wrote: > On 27.09.2016 16:04, Pekka Paalanen wrote: > > On Thu, 18 Aug 2016 18:42:36 +0200 > > Armin Krezović wrote: > > > >> This is a complete port of the Wayland backend that > >> uses recently added output handling API for output > >> conf