summaryrefslogtreecommitdiff
path: root/recipes/libdv.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-21 11:05:20 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-21 11:05:20 +0200
commit659522d44157590de2847f1a3793a555f8c70990 (patch)
tree6cd99d2cbc69859be36e9de6fdd70030f47eb038 /recipes/libdv.recipe
parentd48d028366fbe03ad3ac923a1920d2de7a477fdd (diff)
Some random Android build fixes
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r--recipes/libdv.recipe2
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'