R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index c9f907ec5bae25e5e874041f4a0ffed568f262a2..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 
@@ -14,12 +16,14 @@ endif
 RADEON_COMMON_SOURCES = \
        radeon_texture.c \
        radeon_common_context.c \
+       radeon_common.c \
        radeon_dma.c \
        radeon_lock.c \
        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 \
@@ -77,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 #####