summaryrefslogtreecommitdiff
path: root/package/libbdplus
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2016-07-04 23:57:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-05 09:20:26 +0200
commit4b4ed7a7f9f11d3bb180045b2d907f30edb8280e (patch)
tree67339d565fa8b2cc56864e136983d76fc00d980f /package/libbdplus
parent3cbb78389a5454c7754d92acce38c72425c29244 (diff)
package/libbdplus: add missing libgpg-error arch dependency
Thanks to Romain Naour for finding the culprit package. Fixes: http://autobuild.buildroot.org/results/d06e3eb9ef48540b71fbec267c534523632b224f/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Romain Naour <romain.naour@gmail.com> [Thomas: fix Config.in comment dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libbdplus')
-rw-r--r--package/libbdplus/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libbdplus/Config.in b/package/libbdplus/Config.in
index df5ea2753..2d314d13e 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