GALLIUM_STATE_TRACKERS_DIRS=glx
;;
dri)
- GALLIUM_STATE_TRACKERS_DIRS="dri"
+ GALLIUM_STATE_TRACKERS_DIRS="dri drisw"
if test "x$enable_egl" = xyes; then
GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS egl"
fi
--- /dev/null
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = drisw
+
+LIBRARY_DEFINES = -D__NOT_HAVE_DRM_H
+
+LIBRARY_INCLUDES = \
+ -I../dri \
+ -I$(TOP)/include \
+ -I$(TOP)/src/mesa \
+ -I$(TOP)/src/mesa/drivers/dri/common \
+ -I$(TOP)/src/mesa/main \
+ -D__NOT_HAVE_DRM_H
+
+
+C_SOURCES = \
+ dri_context.c \
+ dri_screen.c \
+ dri_drawable.c \
+ dri_extensions.c \
+ dri_st_api.c \
+ dri1_helper.c \
+ drisw.c
+
+include ../../Makefile.template
--- /dev/null
+../dri/dri1_helper.c
\ No newline at end of file
--- /dev/null
+../dri/dri_context.c
\ No newline at end of file
--- /dev/null
+../dri/dri_drawable.c
\ No newline at end of file
--- /dev/null
+../dri/dri_extensions.c
\ No newline at end of file
--- /dev/null
+../dri/dri_screen.c
\ No newline at end of file
--- /dev/null
+../dri/dri_st_api.c
\ No newline at end of file
--- /dev/null
+../dri/drisw.c
\ No newline at end of file