From: Bernd Kuhls Date: Sun, 23 Feb 2020 17:36:46 +0000 (+0100) Subject: package/kodi-visualisation-fishbmc: remove opengl dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fef10aee3de6912897cc5477831b6e175ce4777c;p=buildroot.git package/kodi-visualisation-fishbmc: remove opengl dependency The addon can also be used with OpenGLES: https://github.com/xbmc/visualization.fishbmc/blob/Leia/CMakeLists.txt Updated project URL forgotten in https://git.buildroot.net/buildroot/commit/?id=4726e93c63d51fe287c62628a9c71c04517d727c Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/kodi-visualisation-fishbmc/Config.in b/package/kodi-visualisation-fishbmc/Config.in index 9e2eabbdbc..66c1565bd7 100644 --- a/package/kodi-visualisation-fishbmc/Config.in +++ b/package/kodi-visualisation-fishbmc/Config.in @@ -1,10 +1,6 @@ config BR2_PACKAGE_KODI_VISUALISATION_FISHBMC bool "kodi-visualisation-fishbmc" - depends on BR2_PACKAGE_HAS_LIBGL help Fische visualiser for Kodi - https://github.com/notspiff/visualization.fishbmc - -comment "kodi-visualisation-fishbmc needs OpenGL" - depends on !BR2_PACKAGE_HAS_LIBGL + https://github.com/xbmc/visualization.fishbmc