summaryrefslogtreecommitdiff
path: root/recipes/flac.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/flac.recipe
parentcf2639a03fcff35339a3fab7bd3446d71ecf4e2d (diff)
Use license enums.
Diffstat (limited to 'recipes/flac.recipe')
-rw-r--r--recipes/flac.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/flac.recipe b/recipes/flac.recipe
index 6ad3d7de..840c7da9 100644
--- a/recipes/flac.recipe
+++ b/recipes/flac.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'flac'
version = '1.2.1'
- license = 'BSD' # only libraries, tools are GPL
+ license = License.BSD # only libraries, tools are GPL
platform_deps = { Platform.WINDOWS: ['libiconv'] }
files_libs = ['libFLAC', 'libFLAC++']