Merge branch '7.8'
[mesa.git] / src / mesa / drivers / dri / swrast / Makefile
index cc59eefdb2dbf5bd4c84c66d1402d8b5c9b4eba8..d2cf6dbc55b1893cb6c39c0e7070d6d5ee4b271d 100644 (file)
@@ -5,6 +5,8 @@ include $(TOP)/configs/current
 
 LIBNAME = swrast_dri.so
 
+DRIVER_DEFINES = -D__NOT_HAVE_DRM_H
+
 DRIVER_SOURCES = \
        swrast.c \
        swrast_span.c
@@ -18,7 +20,7 @@ ASM_SOURCES =
 SWRAST_COMMON_SOURCES = \
        ../../common/driverfuncs.c \
        ../common/utils.c \
-       ../common/dri_sw.c
+       ../common/drisw_util.c
 
 include ../Makefile.template