25ab35697e
Fixes -- Found OpenGL: /home/bernd/buildroot/output/host/usr/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libGL.so CMake Error at /home/bernd/buildroot/output/host/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) For details have a look at https://github.com/notspiff/visualization.shadertoy/blob/master/CMakeLists.txt#L21 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY
|
|
bool "kodi-visualisation-shadertoy"
|
|
select BR2_PACKAGE_LIBGLEW if BR2_PACKAGE_HAS_LIBGL
|
|
select BR2_PACKAGE_LIBPLATFORM
|
|
help
|
|
Shadertoy visualiser for Kodi
|
|
|
|
https://github.com/notspiff/visualization.shadertoy
|