configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
authorStéphane Marchesin <marcheu@chromium.org>
Sat, 1 Oct 2011 00:49:48 +0000 (17:49 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Tue, 4 Oct 2011 18:19:48 +0000 (11:19 -0700)
commit3db309aecee57d7e0055a49a0e12a491a554347b
treeb0c2674ae23fe8ec4852b33892e053dcdd01a477
parentcd9627777c3f1a55560e10912b88b1977c8bfe87
configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.

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.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
34 files changed:
configs/default
configs/freebsd-dri
configs/linux-dri
configs/linux-dri-xcb
configs/linux-egl
configs/linux-llvm
src/egl/wayland/wayland-drm/Makefile
src/gallium/state_trackers/dri/drm/Makefile
src/gallium/state_trackers/egl/Makefile
src/gallium/state_trackers/va/Makefile
src/gallium/state_trackers/vdpau/Makefile
src/gallium/state_trackers/xorg/Makefile
src/gallium/state_trackers/xorg/xvmc/Makefile
src/gallium/targets/Makefile.xorg
src/gallium/targets/dri-nouveau/Makefile
src/gallium/targets/va-r300/Makefile
src/gallium/targets/va-r600/Makefile
src/gallium/targets/vdpau-r300/Makefile
src/gallium/targets/vdpau-r600/Makefile
src/gallium/targets/xorg-i915/Makefile
src/gallium/targets/xorg-i965/Makefile
src/gallium/targets/xorg-nouveau/Makefile
src/gallium/targets/xorg-r300/Makefile
src/gallium/targets/xorg-r600/Makefile
src/gallium/targets/xvmc-nouveau/Makefile
src/gallium/targets/xvmc-r300/Makefile
src/gallium/targets/xvmc-r600/Makefile
src/gallium/winsys/g3dvl/dri/Makefile
src/gallium/winsys/i915/drm/Makefile
src/gallium/winsys/i965/drm/Makefile
src/gallium/winsys/nouveau/drm/Makefile
src/gallium/winsys/radeon/drm/Makefile
src/gallium/winsys/svga/drm/Makefile
src/mesa/drivers/dri/i915/Makefile