diff options
Diffstat (limited to 'package/xbmc/Config.in')
| -rw-r--r-- | package/xbmc/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/xbmc/Config.in b/package/xbmc/Config.in index 4db73789a3..52bf0cd870 100644 --- a/package/xbmc/Config.in +++ b/package/xbmc/Config.in @@ -98,13 +98,14 @@ comment "libbluray support needs a toolchain w/ dynamic library" config BR2_PACKAGE_XBMC_LIBCEC bool "hdmi cec" depends on !BR2_PREFER_STATIC_LIB # libcec + depends on BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_LIBCEC help Enable CEC (Consumer Electronics Control) support. Select this if you want XBMC to support HDMI CEC. -comment "hdmi cec support needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB +comment "hdmi cec support needs udev /dev management and a toolchain w/ dynamic library" + depends on BR2_PREFER_STATIC_LIB || !BR2_PACKAGE_HAS_UDEV config BR2_PACKAGE_XBMC_LIBMICROHTTPD bool "web server" |

