xref: /OK3568_Linux_fs/buildroot/package/libfreeglut/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBFREEGLUT
2*4882a593Smuzhiyun	bool "libfreeglut"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_LIBGL
4*4882a593Smuzhiyun	depends on BR2_PACKAGE_XORG7
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLU
6*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXI
7*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXRANDR
8*4882a593Smuzhiyun	select BR2_PACKAGE_XLIB_LIBXXF86VM
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  FreeGLUT is a free-software/open-source alternative to the
11*4882a593Smuzhiyun	  OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
12*4882a593Smuzhiyun	  FreeGLUT) takes care of all the system-specific chores
13*4882a593Smuzhiyun	  required for creating windows, initializing OpenGL contexts,
14*4882a593Smuzhiyun	  and handling input events, to allow for trully portable OpenGL
15*4882a593Smuzhiyun	  programs.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://freeglut.sourceforge.net
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "libfreeglut depends on X.org and needs an OpenGL backend"
20*4882a593Smuzhiyun	depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL
21