summaryrefslogtreecommitdiff
path: root/recipes/libtheora.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r--recipes/libtheora.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe
index b3bb0778..9230c791 100644
--- a/recipes/libtheora.recipe
+++ b/recipes/libtheora.recipe
@@ -26,7 +26,7 @@ class Recipe(recipe.Recipe):
if self.config.target_platform == Platform.WINDOWS:
self.configure_options = ' --disable-spec --disable-doc'
elif self.config.target_platform == Platform.ANDROID:
- self.configure_options = ' --disable-spec --disable-doc'
+ self.configure_options = ' --disable-spec --disable-doc --disable-examples'
self.config_sh = 'sh autogen.sh'
elif self.config.target_platform == Platform.IOS:
self.configure_options = ' --disable-spec --disable-doc'