summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-28 13:37:45 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-28 13:37:45 +0200
commitf81a14fd4c2203a86c1f590fbedbf8140d1abb54 (patch)
treea627b1d9d95942550f96e7386e201f3f5d71b489 /recipes
parentdb0ee2c3fbeb3cb98066c1ddda69fc485d905703 (diff)
gst-validate: Build static libraries too
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gst-validate.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe
index 8153df00..c27c28ed 100644
--- a/recipes/gst-validate.recipe
+++ b/recipes/gst-validate.recipe
@@ -7,7 +7,7 @@ class Recipe(recipe.Recipe):
licenses = [License.LGPLv2Plus]
commit = 'origin/master'
srcdir = 'validate'
- config_sh = 'sh ./autogen.sh --noconfigure && ./configure --program-transform-name= '
+ config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= '
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0']
files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0']