1 config BR2_PACKAGE_LIBFREEGLUT
3 select BR2_PACKAGE_LIBGLU
4 select BR2_PACKAGE_XLIB_LIBXI
5 select BR2_PACKAGE_XLIB_LIBXRANDR
6 select BR2_PACKAGE_XLIB_LIBXXF86VM
7 depends on BR2_PACKAGE_HAS_LIBGL
8 depends on BR2_PACKAGE_XORG7
10 FreeGLUT is a free-software/open-source alternative to the
11 OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
12 FreeGLUT) takes care of all the system-specific chores required
13 for creating windows, initializing OpenGL contexts, and
14 handling input events, to allow for trully portable OpenGL
17 http://freeglut.sourceforge.net
19 comment "libfreeglut depends on X.org and needs an OpenGL backend"
20 depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL