blob: 9f1a4c5cac154af692fc644dd35f1d702774b5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_KODI_VISUALISATION_FISHBMC
bool "kodi-visualisation-fishbmc"
depends on BR2_PACKAGE_KODI_GL
help
Fische visualiser for Kodi
https://github.com/notspiff/visualization.fishbmc
comment "fishbmc needs an OpenGL backend"
depends on !BR2_PACKAGE_KODI_GL
|