summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-11-27 13:38:08 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-12-19 16:59:51 +0100
commitf5cac6bd045e3e358c14373cd74e9e697830fecf (patch)
treee0785b001750ceb9721740cd56cb0fdb935fba8b
parent2d397c4d73763af847dc91cebd643e14f4502e14 (diff)
gettext: Also build depend on iconv on iOS1.4.5
-rw-r--r--recipes/gettext.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gettext.recipe b/recipes/gettext.recipe
index 59727334..47ef000c 100644
--- a/recipes/gettext.recipe
+++ b/recipes/gettext.recipe
@@ -12,6 +12,7 @@ class Recipe(recipe.Recipe):
patches = ['gettext/0001-Fix-linker-error-redefinition-of-vasprintf.patch']
platform_deps = {
Platform.DARWIN: ['libiconv'],
+ Platform.IOS: ['libiconv'],
Platform.WINDOWS: ['mingw-runtime'],
}