Commit 2156714b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 3fe2eb9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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