From 6f1846e3921e22f2744466ec791b8965ecee1d33 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 29 Aug 2011 11:37:13 -0600 Subject: [PATCH] scons: add swrast/s_texture.c to the build --- src/mesa/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b0c3334fa48..64b706534f5 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -174,6 +174,7 @@ swrast_sources = [ 'swrast/s_texcombine.c', 'swrast/s_texfilter.c', 'swrast/s_texrender.c', + 'swrast/s_texture.c', 'swrast/s_triangle.c', 'swrast/s_zoom.c', ] -- 2.30.2