summaryrefslogtreecommitdiff
path: root/recipes/cairo.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-08 16:21:38 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-08 16:21:38 +0200
commit6daee504db8c1d3491ed4d35252abbcb7e70568e (patch)
tree4fd223b3b2d36bef55895f960d32f28b75cfcedc /recipes/cairo.recipe
parent9c0c523f682f8f4c78b3b2ef78e5b2ba76e98031 (diff)
cairo: Update to 1.14.6 and pixman to 0.34.0
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r--recipes/cairo.recipe5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe
index f8073c43..f39fdb11 100644
--- a/recipes/cairo.recipe
+++ b/recipes/cairo.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'cairo'
- version = '1.14.2'
+ version = '1.14.6'
stype = SourceType.TARBALL
- url = 'http://cairographics.org/releases/cairo-1.14.2.tar.xz'
+ url = 'http://cairographics.org/releases/cairo-1.14.6.tar.xz'
# either LGPLv2.1 or MPLv1.1
licenses = [License.LGPLv2_1]
autoreconf = True
@@ -13,7 +13,6 @@ class Recipe(recipe.Recipe):
deps = ['glib', 'libpng', 'zlib', 'pixman', 'fontconfig', 'freetype']
patches = ['cairo/0001-Fix-compilation-with-Android-s-bionic-libc.patch',
'cairo/0001-Disable-building-of-the-tests.patch',
- 'cairo/0001-Fix-broken-canvas-text-font-size-in-Inkscape.patch',
]
files_libs = ['libcairo', 'libcairo-gobject', 'libcairo-script-interpreter']