diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-22 12:04:33 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-22 22:23:21 +0100 |
commit | 4ffcaeb7efa494c0b813c8f2574c4b72a21bcab8 (patch) | |
tree | 8873182db79ab60fcc83533cf4800bfd5fc5b248 /recipes | |
parent | e7940c5dab7d89886d5106c725d397e4260204f1 (diff) |
ios: remove not needed dependencies such as gtk
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnutls.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe index 1784f32..fcf0795 100644 --- a/recipes/gnutls.recipe +++ b/recipes/gnutls.recipe @@ -29,3 +29,5 @@ class Recipe(recipe.Recipe): self.configure_options += ' --disable-hardware-acceleration' if self.config.target_platform == Platform.ANDROID: self.configure_options += ' --disable-cxx' + if self.config.target_platform == Platform.IOS: + self.configure_options += ' --disable-cxx' |