diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-07 13:18:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 13:18:06 +0000 |
commit | cb4f96e7d00e64d1d6551fc766161254ea4c5208 (patch) | |
tree | d712a97994e349504e7af4763973515d8cabcea9 /packages/abiword | |
parent | 16d6ecdf9b63fffa67c995353e8835411d82701b (diff) |
Abiword 2.3.5: add libgnmoeprintui 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 e39058f2f1..cdec129f88 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 libglade libfribidi enchant jpeg libpng perl glibc libxml2" +DEPENDS = "cdump-native 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" |