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/Makefile.xorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/Makefile.xorg') diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg index 025f7426f85..9269375e851 100644 --- a/src/gallium/targets/Makefile.xorg +++ b/src/gallium/targets/Makefile.xorg @@ -19,7 +19,7 @@ OBJECTS = $(C_SOURCES:.c=.o) \ $(ASM_SOURCES:.S=.o) INCLUDES = \ - $(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \ + $(shell $(PKG_CONFIG) --cflags-only-I pixman-1 xorg-server libdrm xproto) \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/drivers \ -I$(TOP)/src/gallium/auxiliary \ -- cgit v1.2.3