summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchain/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain.mk b/toolchain/toolchain.mk
index e0eeb00..127bdf1 100644
--- a/toolchain/toolchain.mk
+++ b/toolchain/toolchain.mk
@@ -111,7 +111,7 @@ TOOLCHAIN_NAME := toolchain
TOOLCHAIN_BUILD_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain
TOOLCHAIN_SRC_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain
-TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL)
+TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL) pkgconf_host_install
ifeq ($(embtk_buildhost_os_type),bsd)
TOOLCHAIN_PRE_DEPS-y += gsed_install gmake_install
endif