diff --git a/package/libbdplus/Config.in b/package/libbdplus/Config.in index df5ea27532..2d314d13e4 100644 --- a/package/libbdplus/Config.in +++ b/package/libbdplus/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBBDPLUS bool "libbdplus" + depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS select BR2_PACKAGE_LIBGCRYPT @@ -15,4 +16,5 @@ config BR2_PACKAGE_LIBBDPLUS http://www.videolan.org/developers/libbdplus.html comment "libbdplus needs a toolchain w/ threads, dynamic library" + depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS