fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / fb / Makefile
index 36b6bf1e01b1981762330d3225e7ecc178fa20d4..bebacf8b27108228739279c52fff65496b88f063 100644 (file)
@@ -5,18 +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/xmlconfig.c \
-       ../common/glcontextmodes.c
-
 DRIVER_SOURCES = \
-       fb_dri.c
+       fb_dri.c \
+       fb_egl.c
 
 C_SOURCES = \
        $(COMMON_SOURCES) \
@@ -24,6 +15,9 @@ C_SOURCES = \
 
 ASM_SOURCES = 
 
+# XXX not 100% sure this is right
+WINDOW_SYSTEM = solo
+
 include ../Makefile.template
 
 symlinks: