gd: needs host-pkgconf
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Nov 2014 14:52:09 +0000 (15:52 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Nov 2014 14:52:09 +0000 (15:52 +0100)
configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gd/gd.mk

index 927dfb296135b04b765c1d627d16dc46aed3db3d..d0fd5720a00aef08de7355fa2796514b0cb819e6 100644 (file)
@@ -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