diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-06-28 13:37:45 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-06-28 13:37:45 +0200 |
commit | f81a14fd4c2203a86c1f590fbedbf8140d1abb54 (patch) | |
tree | a627b1d9d95942550f96e7386e201f3f5d71b489 | |
parent | db0ee2c3fbeb3cb98066c1ddda69fc485d905703 (diff) |
gst-validate: Build static libraries too
-rw-r--r-- | recipes/gst-validate.recipe | 2 |
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'] |