diff options
Diffstat (limited to 'recipes/gst-plugins-good-static.recipe')
-rw-r--r-- | recipes/gst-plugins-good-static.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-good-static.recipe b/recipes/gst-plugins-good-static.recipe index 43604af7..10b4d530 100644 --- a/recipes/gst-plugins-good-static.recipe +++ b/recipes/gst-plugins-good-static.recipe @@ -3,6 +3,7 @@ class Recipe(recipe.Recipe): name = 'gst-plugins-good-static' version = '0.10.31' + licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' configure_options = '--disable-introspection --disable-examples --disable-shared --enable-static --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-esd --disable-gconf --disable-hal --disable-jack --disable-cairo --disable-shout2 ' remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'} |