projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f042a
)
Added a new configure.in flag, --enable-glut-build.
author
Jon Taylor
<taylorj@ggi-project.org>
Mon, 11 Dec 2000 05:22:11 +0000
(
05:22
+0000)
committer
Jon Taylor
<taylorj@ggi-project.org>
Mon, 11 Dec 2000 05:22:11 +0000
(
05:22
+0000)
This defaults to "off", so GLUT is not built by default.
include/GL/Makefile.am
patch
|
blob
|
history
diff --git
a/include/GL/Makefile.am
b/include/GL/Makefile.am
index 58aded1d538a969f10f6dc568073f6a1f1b454c1..9c14afc97c386ac01c74aa4357cce4fe361e39e1 100644
(file)
--- a/
include/GL/Makefile.am
+++ b/
include/GL/Makefile.am
@@
-22,7
+22,7
@@
if HAVE_X11
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
endif
-if
NEED_GLUT
+if
ENABLE_GLUT_BUILD
INC_GLUT = glut.h
endif