summaryrefslogtreecommitdiffstats
path: root/rules/freeglut.in
blob: b5e99475a6b16aab44670b0737d8ffc73ee77b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=multimedia_xorg_support_libs

config FREEGLUT
	tristate
	select MESALIB
	select GLU
	select XORG_LIB_XI
	select XORG_LIB_X11
	select XORG_LIB_XEXT
	select XORG_LIB_XXF86VM
	prompt "freeglut"
	help
	  freeglut is a completely OpenSourced alternative to
	  the OpenGL Utility Toolkit (GLUT) library.
	  GLUT (and hence freeglut) allows the user to create and
	  manage windows containing OpenGL contexts on a wide range
	  of platforms and also read the mouse, keyboard and
	  joystick functions.