configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / targets / xorg-r300 / Makefile
index 195ab817ad0b076ef507e9608de26dc4fc1bc383..26cc5590d7d869704448c337d3de0724e2b913cd 100644 (file)
@@ -19,6 +19,6 @@ DRIVER_PIPES = \
        $(TOP)/src/gallium/drivers/rbug/librbug.a
 
 DRIVER_LINKS = \
-       $(shell pkg-config --libs libdrm)
+       $(shell $(PKG_CONFIG) --libs libdrm)
 
 include ../Makefile.xorg