diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-09 11:10:48 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-09 11:11:31 +0200 |
commit | 94401d2daccd1befc7490dbaeb33034b85a4b824 (patch) | |
tree | 7fe38dd6a92c4aadd325907dc471b830c9121c1b /recipes | |
parent | 5d03df7441b2a3c28fe86ac1203074ef1b0c59c1 (diff) |
fontconfig: iconv is needed on darwin, not linux
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/fontconfig.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe index 29a7b915..ec97f6b5 100644 --- a/recipes/fontconfig.recipe +++ b/recipes/fontconfig.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.MIT] deps = ['expat', 'freetype', 'zlib', 'bzip2'] platform_deps = { Platform.WINDOWS: ['libiconv'], - Platform.LINUX: ['libiconv']} + Platform.DARWIN: ['libiconv']} files_libs = ['libfontconfig'] files_etc = [ |