diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-27 17:30:03 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-27 18:32:08 +0100 |
commit | 5c53ea26e52fa764ab5a7328a7513833cb7b46f6 (patch) | |
tree | d2d3ebb27162fcacf80779e7d12aef116d69102e /recipes/pango.recipe | |
parent | 41daac0bff1c8cafc88883d67624f2db9ee1ab8a (diff) |
Try to use only libraries from the prefix
Diffstat (limited to 'recipes/pango.recipe')
-rw-r--r-- | recipes/pango.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe index 1a8b4264..be2dbf82 100644 --- a/recipes/pango.recipe +++ b/recipes/pango.recipe @@ -9,6 +9,9 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2Plus] configure_options = '--with-included-modules --enable-static' deps = ['cairo', 'fontconfig', 'freetype', 'gtk-doc-lite'] + platform_deps = { + Platform.WINDOWS: ['libstdc++'], + } files_libs = ['libpangocairo-1.0', 'libpango-1.0', 'libpangoft2-1.0'] files_bins = ['pango-querymodules', 'pango-view'] |