fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / fb / Makefile
index dfe7e29212a76425df0501b5f71340e874b5cf66..bebacf8b27108228739279c52fff65496b88f063 100644 (file)
@@ -5,17 +5,9 @@ include $(TOP)/configs/current
 
 LIBNAME = fb_dri.so
 
-COMMON_SOURCES = \
-       ../../common/driverfuncs.c \
-        ../common/mm.c \
-        ../common/utils.c \
-        ../common/texmem.c \
-        ../common/vblank.c \
-       ../common/dri_util.c \
-       ../common/glcontextmodes.c
-
 DRIVER_SOURCES = \
-       fb_dri.c
+       fb_dri.c \
+       fb_egl.c
 
 C_SOURCES = \
        $(COMMON_SOURCES) \
@@ -23,6 +15,10 @@ C_SOURCES = \
 
 ASM_SOURCES = 
 
+# XXX not 100% sure this is right
+WINDOW_SYSTEM = solo
+
+include ../Makefile.template
 
 symlinks: