|
@@ -85,10 +85,14 @@ config BR2_PACKAGE_XBMC_DBUS
|
|
|
config BR2_PACKAGE_XBMC_LIBBLURAY
|
|
|
bool "blu-ray"
|
|
|
select BR2_PACKAGE_LIBBLURAY
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB
|
|
|
help
|
|
|
Enable Blu-ray input support.
|
|
|
Select this if you want to play back Blu-ray content.
|
|
|
|
|
|
+comment "libbluray support needs a toolchain w/ dynamic library"
|
|
|
+ depends on BR2_PREFER_STATIC_LIB
|
|
|
+
|
|
|
config BR2_PACKAGE_XBMC_LIBCEC
|
|
|
bool "hdmi cec"
|
|
|
depends on !BR2_PREFER_STATIC_LIB # libcec
|