Mesa (master): progs/tests: Build texcompress2 with scons

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Mar 24 12:29:12 UTC 2009


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Sun Mar 22 08:46:18 2009 +0100

progs/tests: Build texcompress2 with scons

---

 progs/tests/SConscript     |    1 +
 progs/tests/texcompress2.c |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/tests/SConscript b/progs/tests/SConscript
index cfeb9d1..bf1e7f8 100644
--- a/progs/tests/SConscript
+++ b/progs/tests/SConscript
@@ -105,6 +105,7 @@ progs = [
     'subtexrate',
     'tex1d',
     'texcmp',
+    'texcompress2',
     'texfilt',
     'texgenmix',
     'texline',
diff --git a/progs/tests/texcompress2.c b/progs/tests/texcompress2.c
index 3e8e990..cbb8f1d 100644
--- a/progs/tests/texcompress2.c
+++ b/progs/tests/texcompress2.c
@@ -7,7 +7,6 @@
 #include <stdio.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glx.h>
 #include "readtex.c"
 
 #define IMAGE_FILE "../images/arch.rgb"




More information about the mesa-commit mailing list