summaryrefslogtreecommitdiff
path: root/recipes/librsvg.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-08-24 11:30:13 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-08-24 11:30:13 +0200
commitb79fd0744e209b9cca6cb8efbe07735010565abe (patch)
tree4505e478f65e43c731946fff6b9028f00ad432b3 /recipes/librsvg.recipe
parente803bdef727e38d5754beaf6225554671bf6d499 (diff)
librsvg: add missing dep in gtk+
Diffstat (limited to 'recipes/librsvg.recipe')
-rw-r--r--recipes/librsvg.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/librsvg.recipe b/recipes/librsvg.recipe
index 0ff47abe..2df59f71 100644
--- a/recipes/librsvg.recipe
+++ b/recipes/librsvg.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'librsvg'
version = '2.36.1'
licenses = [License.LGPLv2]
- deps = ['gdk-pixbuf', 'libcroco', 'pango', 'cairo']
+ deps = ['gdk-pixbuf', 'libcroco', 'gtk+']
configure_options = '--enable-introspection=no'
files_libs = ['librsvg']