summaryrefslogtreecommitdiff
path: root/recipes/clutter.recipe
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-24 01:21:18 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-24 17:15:25 -0300
commit8463b9e9e35459b9eceae638838c1ba342fe853a (patch)
tree84b75c25f2c00356279b024bb926a9c9c77930c1 /recipes/clutter.recipe
parentcf2639a03fcff35339a3fab7bd3446d71ecf4e2d (diff)
Use license enums.
Diffstat (limited to 'recipes/clutter.recipe')
-rw-r--r--recipes/clutter.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/clutter.recipe b/recipes/clutter.recipe
index 899d306d..9214e9c6 100644
--- a/recipes/clutter.recipe
+++ b/recipes/clutter.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
configure_options = "--disable-introspection "
deps = ['json-glib', 'cairo', 'atk', 'pango', 'cogl']
use_system_libs = True
- license = 'LGPLv2.1'
+ license = License.LGPLv2_1
files_devel = [
'lib/pkgconfig/clutter-1.0.pc',