Commit 46c64431 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gd: needs host-pkgconf



configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 74b399e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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