Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-11-19 Thread Emilio Pozuelo Monfort
On 19/11/13 14:15, Arnaud Vrac wrote: > I'm wondering how you are supposed to use the .pc file when cross-compiling > weston for example. Typically you would have the following directory layout: > > wayland build for host: > > host/usr/bin/wayland-scanner > host/usr/lib/pkgconfig/wayland-scanner.

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-11-19 Thread Arnaud Vrac
I'm wondering how you are supposed to use the .pc file when cross-compiling weston for example. Typically you would have the following directory layout: wayland build for host: host/usr/bin/wayland-scanner host/usr/lib/pkgconfig/wayland-scanner.pc host/usr/share/aclocal/wayland-scanner.m4 host/us

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-11-19 Thread Emilio Pozuelo Monfort
Ping? wayland-scanner hasn't been dropped and the .pc location is still bogus. On 20/08/13 00:58, Kristian Høgsberg wrote: > On Fri, Aug 16, 2013 at 03:55:52PM +0100, Daniel Stone wrote: >> Hi, >> >> On 16 August 2013 15:50, David Herrmann wrote: >>> On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-19 Thread Kristian Høgsberg
On Fri, Aug 16, 2013 at 03:55:52PM +0100, Daniel Stone wrote: > Hi, > > On 16 August 2013 15:50, David Herrmann wrote: > > On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone wrote: > >> $(datadir) rather than $(libdir), is for architecture-independent data. > >> pkg-config files should only be instal

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread Daniel Stone
Hi, On 16 August 2013 15:50, David Herrmann wrote: > On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone wrote: >> $(datadir) rather than $(libdir), is for architecture-independent data. >> pkg-config files should only be installed there if they're shareable >> across architectures, e.g. headers/data

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread David Herrmann
Hi On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone wrote: > $(datadir) rather than $(libdir), is for architecture-independent data. > pkg-config files should only be installed there if they're shareable > across architectures, e.g. headers/data only, which wayland-scanner is > not. Move it to $(li

[PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread Daniel Stone
$(datadir) rather than $(libdir), is for architecture-independent data. pkg-config files should only be installed there if they're shareable across architectures, e.g. headers/data only, which wayland-scanner is not. Move it to $(libdir) with the other pkg-config files. Signed-off-by: Daniel Ston