summaryrefslogtreecommitdiff
path: root/recipes/libtheora.recipe
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2012-03-08 16:55:06 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:12 +0100
commit41d3f26968b5b84016a3e80bd7af341341f744e0 (patch)
tree1d0c4923ee364d827954ab2ac679d3d7f0c37fac /recipes/libtheora.recipe
parent02cbb8018c798688377bf98a1a73c3ba741a354d (diff)
Do not build SPEC documentation that needs execute code and causes windows crosscompile not to work unless wine is installed.
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 bf5ac986..e66bb59e 100644
--- a/recipes/libtheora.recipe
+++ b/recipes/libtheora.recipe
@@ -8,4 +8,4 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.WINDOWS:
- self.configure_options = ' --disable-doc'
+ self.configure_options = ' --disable-spec --disable-doc'