projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac53b1b
)
autoconf: Add GLEW needed by progs when building GLUT
author
Dan Nicholson
<dbn.lists@gmail.com>
Fri, 13 Feb 2009 14:34:09 +0000
(06:34 -0800)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Fri, 13 Feb 2009 15:41:51 +0000
(07:41 -0800)
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 549ca90860d9cfffaa475a04eeab9d928ef6b02b..36b58598dcc0946c7cde369ab7f8c4d8a584b40d 100644
(file)
--- 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"