diff options
author | Michel Dänzer <[email protected]> | 2012-05-16 18:19:13 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-05-16 18:30:50 +0200 |
commit | 88a2e2388bfeee66cb6d873558431b0e0af7e316 (patch) | |
tree | b0517d915ab8e72a320317c37f2e6b0c4fa2ef30 /src/gallium/targets | |
parent | 11f056a3f0b87e86267efa8b5ac9d36a343c9dc1 (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/Makefile | 2 |
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 |