Mesa (master): mesa: Add texcompress_rgtc.c to SConscript.

Vinson Lee vlee at kemper.freedesktop.org
Mon Feb 28 07:18:25 UTC 2011


Module: Mesa
Branch: master
Commit: 93893139a4e81d0ac59c30ce7d1a124902bd36ef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93893139a4e81d0ac59c30ce7d1a124902bd36ef

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Feb 27 23:17:49 2011 -0800

mesa: Add texcompress_rgtc.c to SConscript.

---

 src/mesa/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index ea04fb1..90fec12 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -106,6 +106,7 @@ main_sources = [
     'main/stencil.c',
     'main/syncobj.c',
     'main/texcompress.c',
+    'main/texcompress_rgtc.c',
     'main/texcompress_s3tc.c',
     'main/texcompress_fxt1.c',
     'main/texenv.c',




More information about the mesa-commit mailing list