Re: [PATCH] Add option to not install wayland-scanner

2013-07-23 Thread Abhijit Potnis
Hi, This is how upstream yocto does it . < http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-graphics/wayland/wayland/just-scanner.patch > There are these issues like the CLOEXEC when compiling on older host, that why we intend to restrict building wayand at just the scanner. You

Re: [PATCH] Add option to not install wayland-scanner

2013-07-23 Thread Mike Lothian
Hi I was just wondering if anyone was interested in this patch or had any suggestions on how I could improve it Regards Mike On 16 Jul 2013 00:48, "Mike Lothian" wrote: > Hi > > I compile wayland for both 32bit and 64bit concurrently but unfortunately > the 32bit wayland-scanner always took pr

[PATCH] Add option to not install wayland-scanner

2013-07-15 Thread Mike Lothian
Hi I compile wayland for both 32bit and 64bit concurrently but unfortunately the 32bit wayland-scanner always took precedence over the 64bit one I worked around this by disabling the 32bit build of wayland-scanner This had the unforeseen issue of creating different headers between the 32bit and