summaryrefslogtreecommitdiff
path: root/src/gallium/targets/vdpau-r600
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/vdpau-r600')
-rw-r--r--src/gallium/targets/vdpau-r600/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau-r600/Makefile b/src/gallium/targets/vdpau-r600/Makefile
index 17805e326c3..466e80eadf9 100644
--- a/src/gallium/targets/vdpau-r600/Makefile
+++ b/src/gallium/targets/vdpau-r600/Makefile
@@ -15,7 +15,7 @@ C_SOURCES = \
$(COMMON_GALLIUM_SOURCES) \
$(DRIVER_SOURCES)
-DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
+DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes
include ../Makefile.vdpau