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