summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xvmc-nouveau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xvmc-nouveau/Makefile')
-rw-r--r--src/gallium/targets/xvmc-nouveau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile
index e1aadbf4259..cc1886415c1 100644
--- a/src/gallium/targets/xvmc-nouveau/Makefile
+++ b/src/gallium/targets/xvmc-nouveau/Makefile
@@ -19,7 +19,7 @@ C_SOURCES = \
$(COMMON_GALLIUM_SOURCES) \
$(DRIVER_SOURCES)
-DRIVER_LIBS = $(shell pkg-config libdrm_nouveau --libs) -lXfixes
+DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
include ../Makefile.xvmc