summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2012-05-16 18:19:13 +0200
committerMichel Dänzer <michel@daenzer.net>2012-05-16 18:30:50 +0200
commit88a2e2388bfeee66cb6d873558431b0e0af7e316 (patch)
treeb0517d915ab8e72a320317c37f2e6b0c4fa2ef30 /src/gallium/targets
parent11f056a3f0b87e86267efa8b5ac9d36a343c9dc1 (diff)
radeonsi: Initial tiling support.
Largely based on the corresponding Evergreen support in r600g.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/xorg-radeonsi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-radeonsi/Makefile b/src/gallium/targets/xorg-radeonsi/Makefile
index af5cf88ea7d..68129957b42 100644
--- a/src/gallium/targets/xorg-radeonsi/Makefile
+++ b/src/gallium/targets/xorg-radeonsi/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