summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-r600/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-r600/Makefile')
-rw-r--r--src/gallium/targets/xorg-r600/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-r600/Makefile b/src/gallium/targets/xorg-r600/Makefile
index 08d5635e633..3c0cc83711c 100644
--- a/src/gallium/targets/xorg-r600/Makefile
+++ b/src/gallium/targets/xorg-r600/Makefile
@@ -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