summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-i965/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-i965/Makefile')
-rw-r--r--src/gallium/targets/xorg-i965/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-i965/Makefile b/src/gallium/targets/xorg-i965/Makefile
index 494dce41c8a..36df276cb71 100644
--- a/src/gallium/targets/xorg-i965/Makefile
+++ b/src/gallium/targets/xorg-i965/Makefile
@@ -21,6 +21,6 @@ DRIVER_PIPES = \
$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a
DRIVER_LINKS = \
- $(shell pkg-config --libs libdrm libdrm_intel)
+ $(shell $(PKG_CONFIG) --libs libdrm libdrm_intel)
include ../Makefile.xorg