diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-12 21:53:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-12 21:53:37 +0000 |
commit | 73769ef9efc2a0868dfb0ec3e63530e5c2ab5b17 (patch) | |
tree | 5d5956116e6e28a553e2e678fc852e7695335630 /packages/inkscape/inkscape_0.42.bb | |
parent | 6a2cf86c83d5551c596febdde181fdf91c567ded (diff) |
Fix DEPENDS for inkscape 0.42
Diffstat (limited to 'packages/inkscape/inkscape_0.42.bb')
-rw-r--r-- | packages/inkscape/inkscape_0.42.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/inkscape/inkscape_0.42.bb b/packages/inkscape/inkscape_0.42.bb index e97d862812..9795e88594 100644 --- a/packages/inkscape/inkscape_0.42.bb +++ b/packages/inkscape/inkscape_0.42.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \ blending, node editing, SVG to PNG export, and more. Its goal is for features \ similar to Illustrator, CorelDraw, Visio, etc." MAINTAINER = "Koen Kooi <koen@handhelds.org>" -DEPENDS = "libgc intltool-native gtk+ libart-lgpl libxml2 libsigc++-1.2 popt" +DEPENDS = "libgc intltool-native gtk+ gtkmm glibmm libart-lgpl libxslt librsvg libxml2 libsigc++-1.2 popt" LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2" |