diff options
Diffstat (limited to 'package/libcec')
-rw-r--r-- | package/libcec/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libcec/Config.in b/package/libcec/Config.in index 80974726e8..e5fa9c8d9a 100644 --- a/package/libcec/Config.in +++ b/package/libcec/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBCEC depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_WCHAR - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help libcec allows you in combination with the right hardware to control your home theater devices with your TV remote @@ -13,4 +13,4 @@ config BR2_PACKAGE_LIBCEC comment "libcec needs a toolchain w/ C++, wchar, threads, dynamic library" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ - !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB + !BR2_USE_WCHAR || BR2_STATIC_LIBS |