From: Dan Nicholson Date: Fri, 13 Feb 2009 14:34:09 +0000 (-0800) Subject: autoconf: Add GLEW needed by progs when building GLUT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2977cee38e21b8e5ebba1635b101185d64ee44a9;p=mesa.git autoconf: Add GLEW needed by progs when building GLUT Signed-off-by: Dan Nicholson --- diff --git a/configure.ac b/configure.ac index 549ca90860d..36b58598dcc 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"