summaryrefslogtreecommitdiff
path: root/package/gd
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-25 15:52:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-25 15:52:09 +0100
commit46c644310c87e1851eb1420cae7c07f3a1a347ed (patch)
tree7b0b19a313f659b80e19db8860ecdea6ee5bf393 /package/gd
parent74b399e7cd44fb3866a3cc8bc6b5636f1c8f2fa2 (diff)
gd: needs host-pkgconf
configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gd')
-rw-r--r--package/gd/gd.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gd/gd.mk b/package/gd/gd.mk
index 927dfb296..d0fd5720a 100644
--- a/package/gd/gd.mk
+++ b/package/gd/gd.mk
@@ -13,6 +13,7 @@ GD_LICENSE_FILES = COPYING
GD_CONFIG_SCRIPTS = gdlib-config
GD_CONF_OPTS = --without-x --disable-rpath
+GD_DEPENDENCIES = host-pkgconf
# gd forgets to link utilities with -pthread even though it uses
# pthreads, causing linking errors with static linking