summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-20 14:05:23 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-20 14:05:23 +0100
commit8246d05a3aeda7debd7a5177afe9cfd38eeaef14 (patch)
tree1f78f296625d14d97e21a23b719773a49ad84b12
parenta2d22a64bdfa318d612e59eefc38440d5b84fe7c (diff)
gst-plugins-good-static: Chain up to parent class' prepare() function
-rw-r--r--recipes/gst-plugins-good-static.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-good-static.recipe b/recipes/gst-plugins-good-static.recipe
index fc8fb86..4916746 100644
--- a/recipes/gst-plugins-good-static.recipe
+++ b/recipes/gst-plugins-good-static.recipe
@@ -111,4 +111,5 @@ class Recipe(custom.GStreamerStatic):
self.use_system_libs = True
if self.config.variants.nodebug:
self.configure_options += ' --disable-gst-debug'
+ custom.GStreamerStatic.prepare(self)