On 16 July 2016 at 02:25, Khem Raj <raj.khem@gmail.com> wrote:
On Jul 15, 2016, at 3:15 PM, Burton, Ross <ross.burton@intel.com> wrote:


On 15 July 2016 at 11:41, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>

This breaks with musl:

| ../wayland-1.11.0/src/scanner.c: In function 'find_enumeration':
| ../wayland-1.11.0/src/scanner.c:811:2: error: unknown type name 'uint'
|   uint idx = 0, j;

Fixed with

Please back port and test


Thanks Khem,

I've added one more small fix to weston, and things build on musl now. Unfortunately at boot time I get the same versioned symbol relocation problem that vte has:
  gbm: failed to open any driver (search paths /usr/lib/dri)
  gbm: last dlopen error: Error relocating /lib/libgcc_s.so.1: __cpu_indicator_init: symbol not found
  failed to load driver: i965

This is with mesa 12.0.1 from this same patchset. I'll resend the set in a minute.

Jussi