diff options
Diffstat (limited to 'package/xbmc/Config.in')
-rw-r--r-- | package/xbmc/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in index 04bc86f6f2..6a00531e79 100644 --- a/package/xbmc/Config.in +++ b/package/xbmc/Config.in @@ -128,6 +128,15 @@ config BR2_PACKAGE_XBMC_LIBBLURAY comment "libbluray support needs a toolchain w/ dynamic library" depends on BR2_PREFER_STATIC_LIB +config BR2_PACKAGE_XBMC_GOOM + bool "goom screensaver" + depends on BR2_PACKAGE_XBMC_GL + help + Enable goom screensaver + +comment "goom needs an OpenGL backend" + depends on !BR2_PACKAGE_XBMC_GL + config BR2_PACKAGE_XBMC_LIBCEC bool "hdmi cec" depends on !BR2_PREFER_STATIC_LIB # libcec |