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