Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-03 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 03:20 PM, Stéphane Marchesin wrote: Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. Would setting PKG_CONFIG_PATH at configuration time solve your problem?

[Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-03 Thread Stéphane Marchesin
Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. --- configs/default |1 + configs/freebsd-dri |4 ++-- configs/linux-dri | 16

Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-03 Thread Ian Romanick
On 10/03/2011 03:59 PM, Stéphane Marchesin wrote: 2011/10/3 Chad Versacec...@chad-versace.us: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 03:20 PM, Stéphane Marchesin wrote: Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least

Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-03 Thread Stéphane Marchesin
2011/10/3 Ian Romanick i...@freedesktop.org: On 10/03/2011 03:59 PM, Stéphane Marchesin wrote: 2011/10/3 Chad Versacec...@chad-versace.us: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/03/2011 03:20 PM, Stéphane Marchesin wrote: Us poor souls who cross compile mesa want to be able

Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-03 Thread Stéphane Marchesin
2011/10/3 Matt Turner matts...@gmail.com: 2011/10/3 Stéphane Marchesin stephane.marche...@gmail.com: 2011/10/3 Ian Romanick i...@freedesktop.org: On 10/03/2011 03:59 PM, Stéphane Marchesin wrote: 2011/10/3 Chad Versacec...@chad-versace.us: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-01 Thread Brian Paul
On 09/30/2011 06:54 PM, Stéphane Marchesin wrote: Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. --- configs/default |1 + configs/freebsd-dri |4 ++--

Re: [Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-10-01 Thread Matt Turner
2011/9/30 Stéphane Marchesin marc...@chromium.org: Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. I just checked, and we're already using PKG_PROG_PKG_CONFIG in configure.ac, so this patch looks right. Reviewed-by:

[Mesa-dev] [PATCH] configure: replace pkg-config calls $(PKG_CONFIG) in the makefiles.

2011-09-30 Thread Stéphane Marchesin
Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place. --- configs/default |1 + configs/freebsd-dri |4 ++-- configs/linux-dri | 16