R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index 41c7aed3655fa66e56958d0015b382a1a54b6372..6a246edf7cb0ea88474c53d1bf770a82e9713f6b 100644 (file)
@@ -3,6 +3,8 @@
 TOP = ../../../../..
 include $(TOP)/configs/current
 
+CFLAGS += $(RADEON_CFLAGS)
+
 LIBNAME = r200_dri.so
 
 MINIGLX_SOURCES = server/radeon_dri.c 
@@ -20,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 \
@@ -78,9 +81,10 @@ COMMON_SYMLINKS = \
        radeon_texture.c \
        radeon_texture.h \
        radeon_dma.c \
-       radeon_dma.h
+       radeon_dma.h \
+       radeon_fbo.c
 
-DRI_LIB_DEPS += #-ldrm_radeon
+DRI_LIB_DEPS += $(RADEON_LDFLAGS)
 
 ##### TARGETS #####