28c11b6e7e
This package is needed for OpenGL support in xbmc: https://github.com/xbmc/xbmc/blob/Gotham/configure.in#L1070 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
config BR2_PACKAGE_LIBGLU
|
|
bool "libglu"
|
|
depends on BR2_PACKAGE_HAS_LIBGL
|
|
help
|
|
Mesa OpenGL Utility library
|
|
|
|
http://cgit.freedesktop.org/mesa/glu/
|
|
|
|
comment "libglu needs an OpenGL backend"
|
|
depends on !BR2_PACKAGE_HAS_LIBGL
|