Re: xorg-macros does not install the .pc file in the standard location

2011-04-19 Thread Vincent Torri



On Mon, 18 Apr 2011, Dan Nicholson wrote:


On Sun, Apr 17, 2011 at 11:36 PM, Vincent Torri vto...@univ-evry.fr wrote:


hey

in Makefile.am,

pkgconfigdir = $(datadir)/pkgconfig

should be replaced by

pkgconfigdir = $(libdir)/pkgconfig


Since the macros are arch-independent $datadir/pkgconfig is the
correct location. See the default setting for PKG_CONFIG_PATH in
pkg-config(1).


indeed, sorry for the noise.

Vincent Torri
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


xorg-macros does not install the .pc file in the standard location

2011-04-18 Thread Vincent Torri


hey

in Makefile.am,

pkgconfigdir = $(datadir)/pkgconfig

should be replaced by

pkgconfigdir = $(libdir)/pkgconfig

regards

Vincent Torri
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: xorg-macros does not install the .pc file in the standard location

2011-04-18 Thread Robby Workman
On Mon, 18 Apr 2011 08:36:15 +0200 (CEST)
Vincent Torri vto...@univ-evry.fr wrote:

 hey
 
 in Makefile.am,
 
 pkgconfigdir = $(datadir)/pkgconfig
 
 should be replaced by
 
 pkgconfigdir = $(libdir)/pkgconfig


/usr/share/pkgconfig is for non-arch-specific pkgconfig files,
and xorg-macros.pc fits that perfectly.

-RW
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com


Re: xorg-macros does not install the .pc file in the standard location

2011-04-18 Thread Dan Nicholson
On Sun, Apr 17, 2011 at 11:36 PM, Vincent Torri vto...@univ-evry.fr wrote:

 hey

 in Makefile.am,

 pkgconfigdir = $(datadir)/pkgconfig

 should be replaced by

 pkgconfigdir = $(libdir)/pkgconfig

Since the macros are arch-independent $datadir/pkgconfig is the
correct location. See the default setting for PKG_CONFIG_PATH in
pkg-config(1).

--
Dan
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com