diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-07 13:41:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 13:41:46 +0000 |
commit | 0bab7a73db438d2232737f6444636007c4eeb9e9 (patch) | |
tree | f942026b0d412d7a5e8b7b273e2b6e211c313c5b /packages/abiword | |
parent | bf64048a34c55beb9c9b854871cc772f0b1c2d0e (diff) |
abiword 2.3.5: add libgsf dependency
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword_2.3.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/abiword/abiword_2.3.5.bb b/packages/abiword/abiword_2.3.5.bb index cdec129f88..76b569db29 100644 --- a/packages/abiword/abiword_2.3.5.bb +++ b/packages/abiword/abiword_2.3.5.bb @@ -3,7 +3,7 @@ HOMEPAGE="http://www.abiword.org"" MAINTAINER="Koen Kooi <koen@handhelds.org>" LICENSE="GPLv2" -DEPENDS = "cdump-native libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" +DEPENDS = "cdump-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" PR="r4" |