summaryrefslogtreecommitdiffstats
path: root/rules/glew.in
blob: 947dbab80c93def533b8154bf2069a1861369c73 (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 GLEW
	bool
	select XORG_LIB_X11
	select XORG_SERVER
	select XORG_SERVER_EXT_GLX
	select MESALIB
	prompt "glew"
	help
	  The OpenGL Extension Wrangler Library (GLEW) is a cross-platform
	  open-source C/C++ extension loading library. GLEW provides
	  efficient run-time mechanisms for determining which OpenGL
	  extensions are supported on the target platform. OpenGL core
	  and extension functionality is exposed in a single header file.
	  GLEW has been tested on a variety of operating systems,
	  including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.