diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-15 14:55:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-15 14:55:41 +0000 |
commit | 50e66f1bd1fba225bed5668f256b6f6cfb75a7dc (patch) | |
tree | 8c1fd74b811b551cc44ecae4f54c7af2ad12c7e7 /packages/gimp | |
parent | df876aa73d285f4c311a375caa27dea74ed62b3c (diff) |
gegl: fix depends
Diffstat (limited to 'packages/gimp')
-rw-r--r-- | packages/gimp/gegl_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gimp/gegl_svn.bb b/packages/gimp/gegl_svn.bb index bd9eda60f2..91d654d43a 100644 --- a/packages/gimp/gegl_svn.bb +++ b/packages/gimp/gegl_svn.bb @@ -1,6 +1,6 @@ DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework." LICENSE = "LGPL" -DEPENDS = "babl" +DEPENDS = "babl glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl" PV = "0.0.12+svn${SRCDATE}" |