diff options
author | Eric Anholt <[email protected]> | 2011-02-12 12:24:41 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-02-12 12:26:04 -0800 |
commit | 04521c158f54d7d3b541cb3a5c2d94e3f7f5a94d (patch) | |
tree | 09fd8a8c4a9c6ca52a42a325276db4eaeedfdaf5 /src/mesa/drivers/dri/Makefile.template | |
parent | 211725eccdda4a9b7959e1f458d253b32186ff6a (diff) |
dri: Remove the old metaops code which has been superceded by ../common/
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.template')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 6ba4431bee1..d1a119379ed 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -9,8 +9,7 @@ COMMON_GALLIUM_SOURCES = \ COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \ ../../common/driverfuncs.c \ ../common/texmem.c \ - ../common/drirenderbuffer.c \ - ../common/dri_metaops.c + ../common/drirenderbuffer.c INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES) |