diff options
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r-- | recipes/libvpx.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index 0fed49ed..93f3a7cc 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'libvpx' version = 'v1.0.0' - license = License.BSD + licenses = [License.BSD] configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\ "--libdir=%(libdir)s %(options)s" configure_options = "--enable-pic --as=yasm " |