From: Keith Whitwell Date: Wed, 8 Aug 2007 10:13:36 +0000 (+0100) Subject: Pull in i915simple.a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef8b68a8a84eeac238fffa98f729d4809b6e2de4;p=mesa.git Pull in i915simple.a --- diff --git a/src/mesa/drivers/dri/intel_winsys/Makefile b/src/mesa/drivers/dri/intel_winsys/Makefile index c9dc15e088d..786e8c02a27 100644 --- a/src/mesa/drivers/dri/intel_winsys/Makefile +++ b/src/mesa/drivers/dri/intel_winsys/Makefile @@ -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 \