mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
Added a new configure.in flag, --enable-glut-build.
This defaults to "off", so GLUT is not built by default.
This commit is contained in:
parent
90f042ae8d
commit
14586916b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue