Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-10-02 Thread Burton, Ross
On 30 September 2017 at 14:45, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Sat, Sep 30, 2017 at 10:43 AM, Fabien Lahoudere > wrote: > > On Fri, 2017-09-29 at 11:32 +0100, Burton, Ross wrote: > > > > With xserver-xorg I get: > > > > | make[2]:

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-30 Thread Otavio Salvador
On Sat, Sep 30, 2017 at 10:43 AM, Fabien Lahoudere wrote: > On Fri, 2017-09-29 at 11:32 +0100, Burton, Ross wrote: > > With xserver-xorg I get: > > | make[2]: *** No rule to make target >

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-30 Thread Fabien Lahoudere
On Fri, 2017-09-29 at 11:32 +0100, Burton, Ross wrote: > With xserver-xorg I get: > | make[2]: *** No rule to make target > '//usr/share/wayland-protocols/unstable/relative- > pointer/relative-pointer-unstable-v1.xml', needed by > 'relative-pointer-unstable-v1-client- > protocol.h'.  Stop. > >

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-29 Thread Burton, Ross
With xserver-xorg I get: | make[2]: *** No rule to make target '//usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml', needed by 'relative-pointer-unstable-v1-client-protocol.h'. Stop. (in the xwayland directory) Ross On 28 September 2017 at 17:01, Fabien

Re: [OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-28 Thread Khem Raj
this is a good patch. Thanks On Thu, Sep 28, 2017 at 9:01 AM, Fabien Lahoudere wrote: > This patch modify the way we manage wayland path issues. > Instead of patching each recipe to make it work with wayland and its > protocols, > it is better to patch wayland

[OE-core] [PATCH v4 2/3] wayland: Fix installation patch issue

2017-09-28 Thread Fabien Lahoudere
This patch modify the way we manage wayland path issues. Instead of patching each recipe to make it work with wayland and its protocols, it is better to patch wayland to fix its path issues. So wayland-scanner.pc, wayland-client.pc and wayland-protocols.pc are patched to change paths. Then we