summaryrefslogtreecommitdiff
path: root/recipes/gst-libav-1.0.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-02-23 01:08:18 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-02-25 11:44:55 +0100
commitfd954089f8d058d2510d0999c99d382470d6178e (patch)
tree16c1971dacf9cfa663470cb189e97d3633a1b273 /recipes/gst-libav-1.0.recipe
parentd2c205b2056f26112e3ca640d16c6a9166b25b71 (diff)
Only build gtk docs for the linux target platform
Diffstat (limited to 'recipes/gst-libav-1.0.recipe')
-rw-r--r--recipes/gst-libav-1.0.recipe3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe
index 52bbd799..33f7b7ac 100644
--- a/recipes/gst-libav-1.0.recipe
+++ b/recipes/gst-libav-1.0.recipe
@@ -16,6 +16,9 @@ class Recipe(recipe.Recipe):
files_codecs_restricted = ['lib/gstreamer-1.0/libgstlibav%(mext)s']
def prepare(self):
+ if self.config.target_platform != Platform.LINUX:
+ self.configure_options += ' --disable-gtk-doc'
+
if self.config.target_platform == Platform.DARWIN:
if self.config.target_arch == Architecture.X86_64:
asflags = ' -arch x86_64 -m64'