1config BR2_PACKAGE_LIBFREEGLUT 2 bool "libfreeglut" 3 depends on BR2_PACKAGE_HAS_LIBGL 4 depends on BR2_PACKAGE_XORG7 5 select BR2_PACKAGE_LIBGLU 6 select BR2_PACKAGE_XLIB_LIBXI 7 select BR2_PACKAGE_XLIB_LIBXRANDR 8 select BR2_PACKAGE_XLIB_LIBXXF86VM 9 help 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 13 required for creating windows, initializing OpenGL contexts, 14 and handling input events, to allow for trully portable OpenGL 15 programs. 16 17 http://freeglut.sourceforge.net 18 19comment "libfreeglut depends on X.org and needs an OpenGL backend" 20 depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL 21