From 3db309aecee57d7e0055a49a0e12a491a554347b Mon Sep 17 00:00:00 2001 From: Stéphane Marchesin Date: Fri, 30 Sep 2011 17:49:48 -0700 Subject: 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 Reviewed-by: Matt Turner --- src/gallium/targets/xvmc-r300/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/xvmc-r300/Makefile') diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile index a427fe1a3cb..43bc9abc4d7 100644 --- a/src/gallium/targets/xvmc-r300/Makefile +++ b/src/gallium/targets/xvmc-r300/Makefile @@ -15,7 +15,7 @@ C_SOURCES = \ $(COMMON_GALLIUM_SOURCES) \ $(DRIVER_SOURCES) -DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes +DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes include ../Makefile.xvmc -- cgit v1.2.3