configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / targets / xorg-r600 / Makefile
index 08d5635e63388bde653c482299c3c451a5fc252a..3c0cc83711c7daa371c7c4c381103380a81971d1 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