summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-10-16 16:52:39 +0200
committerSebastian Dröge <sebastian@centricular.com>2013-10-31 12:46:43 +0100
commit11a1dd3c479dd21ef07010e2af95292c412ffbb5 (patch)
treefd59fb22b0febf950181e0e0867b020907e5b80f
parentf6312c578a23a760e69114adf24674377da2ac5d (diff)
pkg-config: fix configure options to stop building the prefixed tool
-rw-r--r--recipes/build-tools/pkg-config.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/pkg-config.recipe b/recipes/build-tools/pkg-config.recipe
index ad7c0030..ddec317e 100644
--- a/recipes/build-tools/pkg-config.recipe
+++ b/recipes/build-tools/pkg-config.recipe
@@ -7,7 +7,7 @@ class Recipe(recipe.Recipe):
licenses = [License.GPLv2]
stype = SourceType.TARBALL
url='http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz'
- configure_options = '--with-internal-glib --program-prefix= '
+ configure_options = '--with-internal-glib --disable-host-tool '
files_bins = ['pkg-config']
files_share = ['share/aclocal/pkg.m4']