summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-28 12:27:57 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-28 12:27:57 +0100
commit116b9b4adf715aaedae653dd904e42f9114abea9 (patch)
tree26d42ed80d6fba3b5fd0415258fc05d10ecb9b05
parent555231fa2d6df3b60235c5401c773f1ab9804d4e (diff)
downloadbuildroot-116b9b4adf715aaedae653dd904e42f9114abea9.tar.gz
buildroot-116b9b4adf715aaedae653dd904e42f9114abea9.zip
pinentry: add host-pkgconf dependency
pinentry configure.ac uses PKG_CHECK_MODULES() and also manual calls to pkg-config, to detect the availability of some libraries, so we need to depend on host-pkgconf. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/pinentry/pinentry.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/pinentry/pinentry.mk b/package/pinentry/pinentry.mk
index d3e6b7a1be..ab7be54d88 100644
--- a/package/pinentry/pinentry.mk
+++ b/package/pinentry/pinentry.mk
@@ -9,7 +9,9 @@ PINENTRY_SOURCE = pinentry-$(PINENTRY_VERSION).tar.bz2
PINENTRY_SITE = ftp://ftp.gnupg.org/gcrypt/pinentry
PINENTRY_LICENSE = GPLv2+
PINENTRY_LICENSE_FILES = COPYING
-PINENTRY_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
+PINENTRY_DEPENDENCIES = \
+ $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
+ host-pkgconf
PINENTRY_CONF_OPTS += --without-libcap # requires PAM
# build with X if available
OpenPOWER on IntegriCloud