Mesa (master): autoconf: Add GLEW needed by progs when building GLUT

Dan Nicholson dbn at kemper.freedesktop.org
Fri Feb 13 15:42:01 UTC 2009


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

Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Fri Feb 13 06:34:09 2009 -0800

autoconf: Add GLEW needed by progs when building GLUT

Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 549ca90..36b5859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1006,7 +1006,7 @@ if test "x$enable_glut" = xyes && test "$mesa_driver" = osmesa; then
 fi
 
 if test "x$enable_glut" = xyes; then
-    SRC_DIRS="$SRC_DIRS glut/glx"
+    SRC_DIRS="$SRC_DIRS glut/glx glew"
     GLUT_CFLAGS=""
     if test "x$GCC" = xyes; then
         GLUT_CFLAGS="-fexceptions"




More information about the mesa-commit mailing list