diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-21 11:05:20 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-21 11:05:20 +0200 |
commit | 659522d44157590de2847f1a3793a555f8c70990 (patch) | |
tree | 6cd99d2cbc69859be36e9de6fdd70030f47eb038 /recipes/libdv.recipe | |
parent | d48d028366fbe03ad3ac923a1920d2de7a477fdd (diff) |
Some random Android build fixes
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r-- | recipes/libdv.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe index ec1482b3..6480d3cf 100644 --- a/recipes/libdv.recipe +++ b/recipes/libdv.recipe @@ -15,3 +15,5 @@ class Recipe(recipe.Recipe): self.configure_options = ' --disable-xv --without-x' if self.config.target_platform == Platform.DARWIN: self.configure_options += ' --disable-asm --disable-xv --without-x' + if self.config.target_platform == Platform.ANDROID: + self.configure_options = ' --disable-xv --without-x' |