diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-07 10:46:30 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-07 11:29:04 +0100 |
commit | af57250cfa11ac8e043d7580e1948e480094cfaa (patch) | |
tree | bae8aa5b49fb65141020b44a14888af8f581d741 /recipes | |
parent | be4bdd0ffa8d542606c0c66f6784dff1977e2945 (diff) |
gimp: add 2.6.8
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gimp/gimp_2.6.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gimp/gimp_2.6.8.bb b/recipes/gimp/gimp_2.6.8.bb new file mode 100644 index 0000000000..c1edbb7a11 --- /dev/null +++ b/recipes/gimp/gimp_2.6.8.bb @@ -0,0 +1,8 @@ +require gimp.inc + +DEPENDS += "webkit-gtk lcms gegl hal" + +SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-${PV}.tar.bz2 \ + " + + |