diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-12 15:04:12 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-27 10:03:32 +0200 |
commit | f21fbc4894c2fb6250a64ff8e72c1fde8df78fdf (patch) | |
tree | d39b8f94a5828a98e8170f6fc9f6820f1e3fa523 /recipes/fontconfig.recipe | |
parent | 09e99e31c396afd289cb34e3862f55ef48907004 (diff) |
recipes: use the new runtime dependencies
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r-- | recipes/fontconfig.recipe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe index 124b8ae9..92204f80 100644 --- a/recipes/fontconfig.recipe +++ b/recipes/fontconfig.recipe @@ -8,8 +8,6 @@ class Recipe(recipe.Recipe): licenses = [License.MIT] configure_options = '--disable-docs' deps = ['expat', 'freetype', 'zlib', 'bzip2'] - platform_deps = { Platform.WINDOWS: ['libiconv'], - Platform.DARWIN: ['libiconv']} files_libs = ['libfontconfig'] files_etc = [ @@ -36,4 +34,3 @@ class Recipe(recipe.Recipe): continue os.remove(os.path.join(confddir, f)) os.symlink(os.path.join(linksrc, f), os.path.join(confddir, f)) - |