diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-02-27 16:01:37 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:05 +0100 |
commit | 696f41d764f2df40465d2f0a3f5cd2b47e075477 (patch) | |
tree | 258e8f119ab824ed16fb09b7ae6b1a1b6913a631 /recipes/gdk-pixbuf.recipe | |
parent | 753146f11251c82cdc589589f09b76811394fb14 (diff) |
Add missing dependency on tiff for gdk-pixbuf
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r-- | recipes/gdk-pixbuf.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe index 45f6f34a..777d0c15 100644 --- a/recipes/gdk-pixbuf.recipe +++ b/recipes/gdk-pixbuf.recipe @@ -4,4 +4,4 @@ from cerbero import recipe class Recipe(recipe.Recipe): name = 'gdk-pixbuf' version = '2.24.1' - deps = ['jpeg', 'glib', 'libpng'] + deps = ['jpeg', 'glib', 'libpng', 'tiff'] |