diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-08-24 11:30:13 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-08-24 11:30:13 +0200 |
commit | b79fd0744e209b9cca6cb8efbe07735010565abe (patch) | |
tree | 4505e478f65e43c731946fff6b9028f00ad432b3 /recipes/librsvg.recipe | |
parent | e803bdef727e38d5754beaf6225554671bf6d499 (diff) |
librsvg: add missing dep in gtk+
Diffstat (limited to 'recipes/librsvg.recipe')
-rw-r--r-- | recipes/librsvg.recipe | 2 |
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'] |