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