diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-24 01:21:18 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-04-24 17:15:25 -0300 |
commit | 8463b9e9e35459b9eceae638838c1ba342fe853a (patch) | |
tree | 84b75c25f2c00356279b024bb926a9c9c77930c1 /recipes/glib-networking.recipe | |
parent | cf2639a03fcff35339a3fab7bd3446d71ecf4e2d (diff) |
Use license enums.
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index b1fe0ff1..8ffd0010 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'glib-networking' version = '2.30.2' - license = 'LGPLv2' + license = License.LGPLv2 configure_options = "--without-ca-certificates" deps = ['glib', 'gnutls'] |