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
commit
14586916b9
1 changed files with 1 additions and 1 deletions
  1. 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


Loading…
Cancel
Save