summaryrefslogtreecommitdiff
path: root/package/ibrdtnd
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-11-12 23:09:01 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-12 23:09:01 +0100
commit2156714b99757e82e9e29e62221608c6d8fd846c (patch)
treec88b62cdecc833e81f5b28625815339dced76f69 /package/ibrdtnd
parent3fe2eb9ed02070a648f75e0eb120ce45b1064c70 (diff)
ibrdtnd: needs host-pkgconf
The configure script uses pkg-config to find the optional dependencies, so make sure it is present: checking pkg-config is at least version 0.9.0... yes Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ibrdtnd')
-rw-r--r--package/ibrdtnd/ibrdtnd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ibrdtnd/ibrdtnd.mk b/package/ibrdtnd/ibrdtnd.mk
index e9fa43da8..3451bfad2 100644
--- a/package/ibrdtnd/ibrdtnd.mk
+++ b/package/ibrdtnd/ibrdtnd.mk
@@ -9,7 +9,7 @@ IBRDTND_SOURCE = ibrdtnd-$(IBRDTND_VERSION).tar.gz
IBRDTND_SITE = https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
IBRDTND_LICENSE = Apache-2.0
IBRDTND_LICENSE_FILES = COPYING
-IBRDTND_DEPENDENCIES = ibrdtn ibrcommon
+IBRDTND_DEPENDENCIES = ibrdtn ibrcommon host-pkgconf
# Disable features that don't have the necessary dependencies in
# Buildroot