diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-22 23:55:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-22 23:55:31 +0100 |
commit | 1d1bbf63ba32d1199b4ecff9d2296fc79ea276ec (patch) | |
tree | ebcbd5437e6242cef2303eeba661b0d87b3fec58 /target/config | |
parent | 968998a744a571cd373dc8e0553beb3811a8b53f (diff) |
fix libxml2-host compile, pkgconf is mandatory
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 2c2e4ed26..7b8bb219c 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -43,6 +43,10 @@ config ADK_HOST_BUILD_LIBRESSL bool default n +config ADK_HOST_BUILD_PKGCONF + bool + default y + config ADK_HOST_BUILD_WGET bool default n @@ -95,10 +99,6 @@ config ADK_HOST_BUILD_PATCH bool default n -config ADK_HOST_BUILD_PKGCONF - bool - default n - config ADK_HOST_BUILD_SED bool default n |