summaryrefslogtreecommitdiff
path: root/recipes/pango.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-26 13:20:07 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-26 13:20:07 +0200
commit7415ca6cd818f44f8f28a114ad31f7413458e0b0 (patch)
tree532d6707cd9fe12a68abf5251c931fd955b729b6 /recipes/pango.recipe
parenta0d19522c15d35fe02874250d0032e71da4b96f0 (diff)
pango: Fix initialization of pango on Android
Without this e.g. initializing the pango plugin will deadlock.
Diffstat (limited to 'recipes/pango.recipe')
-rw-r--r--recipes/pango.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe
index a2dee4ea..d02fca68 100644
--- a/recipes/pango.recipe
+++ b/recipes/pango.recipe
@@ -11,6 +11,7 @@ class Recipe(recipe.Recipe):
licenses = [License.LGPLv2Plus]
configure_options = '--with-included-modules --enable-static --disable-gtk-doc'
deps = ['cairo', 'fontconfig', 'freetype', 'gtk-doc-lite', 'harfbuzz']
+ patches = ['pango/0001-pango-Don-t-fail-to-initialize-if-LC_CTYPE-is-not-se.patch']
files_libs = ['libpangocairo-1.0', 'libpango-1.0', 'libpangoft2-1.0']
files_bins = ['pango-querymodules', 'pango-view']