ibrdtnd: needs host-pkgconf
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Nov 2015 22:09:01 +0000 (23:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Nov 2015 22:09:01 +0000 (23:09 +0100)
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>
package/ibrdtnd/ibrdtnd.mk

index e9fa43da8dd1c8e49d4757b46653946672cd9a48..3451bfad21a4108b7e68fde568cce1401dfb9f78 100644 (file)
@@ -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