Config.in 731 B

1234567891011121314151617181920
  1. config 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 truly portable OpenGL
  15. programs.
  16. http://freeglut.sourceforge.net
  17. comment "libfreeglut depends on X.org and needs an OpenGL backend"
  18. depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL