summaryrefslogtreecommitdiff
path: root/recipes/pango.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-02 19:19:53 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-02 19:24:22 +0200
commitf3cf77609b171cb9432cd82de4d4fe4b05d708f8 (patch)
tree83d7d0bf00231b8d0f3eb743180f5d41d3cacdad /recipes/pango.recipe
parent026d65f966958aba6c7eac9535ba9036ecac8e4a (diff)
Fix match patterns for libraries and dev files
Diffstat (limited to 'recipes/pango.recipe')
-rw-r--r--recipes/pango.recipe7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe
index bc4fade6..044c27a5 100644
--- a/recipes/pango.recipe
+++ b/recipes/pango.recipe
@@ -8,14 +8,15 @@ class Recipe(recipe.Recipe):
license = 'LGPLv2.1'
deps = ['cairo', 'fontconfig', 'freetype']
- files_libs = ['libpangocairo', 'libpango', 'libpangoft2']
+ files_libs = ['libpangocairo-1.0', 'libpango-1.0', 'libpangoft2-1.0']
files_bins = ['pango-querymodules', 'pango-view']
files_devel = ['include/pango-1.0', 'lib/pango',
'lib/pkgconfig/pangoft2.pc', 'lib/pkgconfig/pango.pc',
'lib/pkgconfig/pangocairo.pc']
platform_files_libs = {
- Platform.WINDOWS: ['libpangowin32'],
- Platform.LINUX: ['libpangox'],
+ Platform.WINDOWS: ['libpangowin32-1.0'],
+ Platform.LINUX: ['libpangox-1.0'],
+ Platform.DARWIN: ['libpangox-1.0'],
}
platform_files_devel = {
Platform.WINDOWS: ['lib/pkgconfig/pangowin32.pc'],