diff options
Diffstat (limited to 'recipes/gst-plugins-base.recipe')
-rw-r--r-- | recipes/gst-plugins-base.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base.recipe b/recipes/gst-plugins-base.recipe index ef4533da..5a9854e8 100644 --- a/recipes/gst-plugins-base.recipe +++ b/recipes/gst-plugins-base.recipe @@ -4,6 +4,7 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-base' version = '0.10.36' + licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' configure_options = '--disable-introspection --disable-examples --disable-gst_v4l --disable-gnome_vfs' remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} |