summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-r300/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-r300/Makefile')
-rw-r--r--src/gallium/targets/xorg-r300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-r300/Makefile b/src/gallium/targets/xorg-r300/Makefile
index 26cc5590d7d..45bb3d7e701 100644
--- a/src/gallium/targets/xorg-r300/Makefile
+++ b/src/gallium/targets/xorg-r300/Makefile
@@ -19,6 +19,6 @@ DRIVER_PIPES = \
$(TOP)/src/gallium/drivers/rbug/librbug.a
DRIVER_LINKS = \
- $(shell $(PKG_CONFIG) --libs libdrm)
+ $(shell $(PKG_CONFIG) --libs libdrm libdrm_radeon)
include ../Makefile.xorg