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
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"],
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
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
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
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