diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-07 11:58:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 11:58:55 +0000 |
commit | 08e3ec08d40e44a165cad2e161639bc3c471798c (patch) | |
tree | 8fd7aced2e5e2f892503af8cdcc1ebda0e6c957e /packages/abiword | |
parent | b1b788f45050f5644828a9d311dd0dfb8d4a5bc7 (diff) |
abiword 2.3.5: add libgnomeprint dependency
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword_2.3.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/abiword/abiword_2.3.5.bb b/packages/abiword/abiword_2.3.5.bb index de857a4abc..e39058f2f1 100644 --- a/packages/abiword/abiword_2.3.5.bb +++ b/packages/abiword/abiword_2.3.5.bb @@ -3,10 +3,10 @@ HOMEPAGE="http://www.abiword.org"" MAINTAINER="Koen Kooi <koen@handhelds.org>" LICENSE="GPLv2" -DEPENDS = "cdump-native libglade libfribidi enchant jpeg libpng perl glibc libxml2" +DEPENDS = "cdump-native libgnomeprint 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="r3" +PR="r4" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://cdump-hack.patch;patch=1" |