summaryrefslogtreecommitdiff
path: root/recipes/librsvg.recipe
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-04-06 10:36:58 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-06 10:36:58 +0200
commitd43d36020b2e2805cb5be6eb10093c532a27cadd (patch)
tree7623771e17b9137e4829d90d9cce5da16bc0c450 /recipes/librsvg.recipe
parent7b107bea8db7767e105ca895771c9bf7915255c7 (diff)
librsvg: Bump to 2.40.9 and fix aclocal usage
Diffstat (limited to 'recipes/librsvg.recipe')
-rw-r--r--recipes/librsvg.recipe6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/librsvg.recipe b/recipes/librsvg.recipe
index 19ee8c0e..121edae6 100644
--- a/recipes/librsvg.recipe
+++ b/recipes/librsvg.recipe
@@ -2,7 +2,7 @@
class Recipe(recipe.Recipe):
name = 'librsvg'
- version = '2.40.8'
+ version = '2.40.9'
licenses = [License.LGPLv2]
deps = ['libcroco', 'gdk-pixbuf', 'vala-m4', 'gobject-introspection-m4', 'pango', 'cairo']
autoreconf = True
@@ -20,7 +20,9 @@ class Recipe(recipe.Recipe):
# GTK3 support just builds rsvg-view-3, which is useless for Cerbero
configure_options = ' --disable-pixbuf-loader --without-gtk3 '
- patches = ['librsvg/option-enable-disable-gtk.patch']
+ patches = ['librsvg/option-enable-disable-gtk.patch',
+ 'librsvg/0001-Use-ACLOCAL_FLAGS.patch'
+ ]
def prepare(self):
if self.config.target_platform in [Platform.DARWIN, Platform.IOS]: