Blame view

buildroot/buildroot-2016.08.1/package/libglew/Config.in 705 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  config BR2_PACKAGE_LIBGLEW
  	bool "libglew"
  	depends on BR2_PACKAGE_XORG7
  	depends on BR2_PACKAGE_HAS_LIBGL
  	select BR2_PACKAGE_XLIB_LIBX11
  	select BR2_PACKAGE_XLIB_LIBXEXT
  	select BR2_PACKAGE_XLIB_LIBXI
  	select BR2_PACKAGE_XLIB_LIBXMU
  	help
  	  The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++
  	  extension loading library. GLEW provides efficient run-time mechanisms
  	  for determining which OpenGL extensions are supported on the target
  	  platform. OpenGL core and extension functionality is exposed in a
  	  single header file.
  
  	  http://glew.sourceforge.net
  
  comment "libglew depends on X.org and needs an OpenGL backend"
  	depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL