Mesa (radeon-rewrite): r200: add fbo files to the compile

Dave Airlie airlied at kemper.freedesktop.org
Thu Mar 26 01:13:33 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: 4d36a19c90fcc3f6e09dd01072b8b279cc8baef2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d36a19c90fcc3f6e09dd01072b8b279cc8baef2

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Mar 26 11:15:07 2009 +1000

r200: add fbo files to the compile

---

 src/mesa/drivers/dri/r200/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile
index e593ed9..6a246ed 100644
--- a/src/mesa/drivers/dri/r200/Makefile
+++ b/src/mesa/drivers/dri/r200/Makefile
@@ -22,7 +22,8 @@ RADEON_COMMON_SOURCES = \
 	radeon_bo_legacy.c \
 	radeon_cs_legacy.c \
 	radeon_mipmap_tree.c \
-	radeon_span.c
+	radeon_span.c \
+	radeon_fbo.c
 
 
 DRIVER_SOURCES = r200_context.c \
@@ -80,7 +81,8 @@ COMMON_SYMLINKS = \
 	radeon_texture.c \
 	radeon_texture.h \
 	radeon_dma.c \
-	radeon_dma.h
+	radeon_dma.h \
+	radeon_fbo.c
 
 DRI_LIB_DEPS += $(RADEON_LDFLAGS)
 




More information about the mesa-commit mailing list