summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-r300/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xvmc-r300/Makefile')
-rw-r--r--src/gallium/targets/xvmc-r300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile
index 800f8d5254c..d2ab4886944 100644
--- a/src/gallium/targets/xvmc-r300/Makefile
+++ b/src/gallium/targets/xvmc-r300/Makefile
@@ -17,7 +17,7 @@ C_SOURCES = \
$(COMMON_GALLIUM_SOURCES) \
$(DRIVER_SOURCES)
-DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
+DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes
include ../Makefile.xvmc