5dccd7249e
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with lib in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
708 B
Plaintext
21 lines
708 B
Plaintext
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
|