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.
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
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
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
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
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
$(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