All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libbdplus: select libgcrypt in Config.in as well
@ 2016-07-03 23:32 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2016-07-03 23:32 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=133369f46fd2c522b8f00af8d4693d6870951419
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.org/results/4d9/4d91521378402f3f5b6402ea453df4c14c391bdc/

libbdplus adds libgcrypt to its _DEPENDENCIES, but forgot to select it in
Config.in.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libbdplus/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libbdplus/Config.in b/package/libbdplus/Config.in
index 19170a6..df5ea27 100644
--- a/package/libbdplus/Config.in
+++ b/package/libbdplus/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBBDPLUS
 	bool "libbdplus"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_STATIC_LIBS
+	select BR2_PACKAGE_LIBGCRYPT
 	help
 	  libbdplus is a research project to implement the BD+ System
 	  Specifications.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-03 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-03 23:32 [Buildroot] [git commit] libbdplus: select libgcrypt in Config.in as well Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.