Files
operating-system/buildroot/package/libglew/Config.in
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

21 lines
715 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.
https://github.com/nigels-com/glew
comment "libglew depends on X.org and needs an OpenGL backend"
depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_HAS_LIBGL