OSDN Git Service

Pull in i915simple.a
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 10:13:36 +0000 (11:13 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 10:14:08 +0000 (11:14 +0100)
src/mesa/drivers/dri/intel_winsys/Makefile

index c9dc15e..786e8c0 100644 (file)
@@ -7,7 +7,8 @@ LIBNAME = i915tex_dri.so
 MINIGLX_SOURCES = server/intel_dri.c
 
 PIPE_DRIVERS = \
-       $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a
+       $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a \
+       $(TOP)/src/mesa/pipe/i915simple/libi915simple.a
 
 DRIVER_SOURCES = \
        intel_pipe_i915simple.c \