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

config FREEGLUT
	tristate
	select MESALIB
	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.