Blame view

buildroot/buildroot-2016.08.1/package/libfreeglut/Config.in 732 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  config BR2_PACKAGE_LIBFREEGLUT
  	bool "libfreeglut"
  	select BR2_PACKAGE_LIBGLU
  	select BR2_PACKAGE_XLIB_LIBXI
  	select BR2_PACKAGE_XLIB_LIBXRANDR
  	select BR2_PACKAGE_XLIB_LIBXXF86VM
  	depends on BR2_PACKAGE_HAS_LIBGL
  	depends on BR2_PACKAGE_XORG7
  	help
  	  FreeGLUT is a free-software/open-source alternative to the
  	  OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
  	  FreeGLUT) takes care of all the system-specific chores required
  	  for creating windows, initializing OpenGL contexts, and
  	  handling input events, to allow for trully portable OpenGL
  	  programs.
  
  	  http://freeglut.sourceforge.net
  
  comment "libfreeglut depends on X.org and needs an OpenGL backend"
  	depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL