Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Burton, Ross
On 13 December 2016 at 17:51, Andreas Müller wrote: > P.S. This is a good example why recipe specific sysroot is a good > thing - correct? > Yeah :) Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Andreas Müller
reas went out too early :) On Tue, Dec 13, 2016 at 6:51 PM, Andreas Müller wrote: > On Tue, Dec 13, 2016 at 6:46 PM, Burton, Ross wrote: >> >> On 13 December 2016 at 17:46, Andreas Müller >> wrote: >>> >>> I

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Burton, Ross
On 13 December 2016 at 17:46, Andreas Müller wrote: > I thought wayland depends on wayland-native already. Is it possible > that you don't have wayland in your DISTO_FEATURES - honestly have not > tested that on a machine with missing wayland-scanner. > If wayland

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Andreas Müller
On Tue, Dec 13, 2016 at 6:46 PM, Burton, Ross wrote: > > On 13 December 2016 at 17:46, Andreas Müller > wrote: >> >> I thought wayland depends on wayland-native already. Is it possible >> that you don't have wayland in your DISTO_FEATURES -

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Andreas Müller
On Tue, Dec 13, 2016 at 5:10 PM, Burton, Ross wrote: > > On 13 December 2016 at 15:42, Andreas Müller > wrote: >> >> Strange - something must be wrong on your machine :) > > > config.log says: > > configure:19371: checking for Wayland support

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Burton, Ross
On 13 December 2016 at 15:42, Andreas Müller wrote: > Strange - something must be wrong on your machine :) > config.log says: configure:19371: checking for Wayland support configure:19382: checking for wayland-scanner configure:19415: result: no configure:19425:

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Andreas Müller
On Tue, Dec 13, 2016 at 4:31 PM, Burton, Ross wrote: > I finally merged the sdl/wayland bits of this series but libsdl2 fails for > me: > > | GENgen/wayland-client-protocol.h > | /bin/bash: client-header: command not found > | /bin/bash: client-header: command not

Re: [OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-13 Thread Burton, Ross
I finally merged the sdl/wayland bits of this series but libsdl2 fails for me: | GENgen/wayland-client-protocol.h | /bin/bash: client-header: command not found | /bin/bash: client-header: command not found Ross On 6 December 2016 at 00:19, Andreas Müller

[OE-core] [PATCH 5/5] libsdl2: fix build on wayland(-dev)less hosts

2016-12-05 Thread Andreas Müller
* add sysroot prefix to wayland core protocols * do not use pkg-config to find wayland-scanner Signed-off-by: Andreas Müller --- ...-sysroot-path-so-that-make-finds-our-wayl.patch | 8 +++--- ...void-finding-build-host-s-wayland-scanner.patch | 31