summaryrefslogtreecommitdiff
path: root/recipes/pixman.recipe
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:50:38 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-04-25 23:52:32 -0300
commit7a46b126697ac70dd24fa50a08c550a4c26e130e (patch)
treeaf0024642c01a13014cbabc268bce5412d6355f1 /recipes/pixman.recipe
parentf1b5cf39a222be7993869504b9546939ddd7c538 (diff)
Recipes: Fix licenses.
There are still some few pending TODO/FIXMEs that needs checking.
Diffstat (limited to 'recipes/pixman.recipe')
-rw-r--r--recipes/pixman.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pixman.recipe b/recipes/pixman.recipe
index 98473e16..9d4f01d1 100644
--- a/recipes/pixman.recipe
+++ b/recipes/pixman.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'pixman'
version = '0.24.4'
- license = License.MIT
+ licenses = [License.MIT]
files_libs = ['libpixman-1']
files_devel = ['include/pixman-1', 'lib/pkgconfig/pixman-1.pc']