summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/va-r300/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/va-r300/Makefile')
-rw-r--r--src/gallium/targets/va-r300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/va-r300/Makefile b/src/gallium/targets/va-r300/Makefile
index c4b8fe770b8..3e0797b65a0 100644
--- a/src/gallium/targets/va-r300/Makefile
+++ b/src/gallium/targets/va-r300/Makefile
@@ -19,7 +19,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.va