diff options
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r-- | recipes/libnice.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe index 9a91e465..9365242a 100644 --- a/recipes/libnice.recipe +++ b/recipes/libnice.recipe @@ -8,6 +8,7 @@ class Recipe(recipe.Recipe): btype = BuildType.MESON url = 'https://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz' tarball_checksum = 'f7280f3f58f594409c719a03009aa819c599078b410796f408251277807587da' + # Either LGPL-2.1+ or MPL-1.1 licenses = [License.LGPLv2_1Plus, License.MPLv1_1] meson_options = {'tests' : 'disabled', 'gstreamer' : 'enabled', |