python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / libfreeglut / Config.in
blobe09e7efe899773dde45b90c14f969ced1af1e8de
1 config BR2_PACKAGE_LIBFREEGLUT
2         bool "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
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 required
13           for creating windows, initializing OpenGL contexts, and
14           handling input events, to allow for trully portable OpenGL
15           programs.
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