This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
Added a new configure.in flag, --enable-glut-build.
This defaults to "off", so GLUT is not built by default.
tags/mesa_3_5
Jon Taylor
25 years ago
parent
90f042ae8d
commit
14586916b9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
include/GL/Makefile.am
+ 1
- 1
include/GL/Makefile.am
View File
@@ -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
Write
Preview
Loading…
Cancel
Save