diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-29 14:06:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-29 14:11:16 +0100 |
commit | d6f6d5222f7b0f7d130909bea546ca1108511d14 (patch) | |
tree | b72e205c5d054170ab9cce8c2a2f1a8f51dec969 /recipes/abiword/abiword-2.5.inc | |
parent | eac32cefd91a4b494d457e55e362120f1cbebe91 (diff) |
abiword: add 2.8.0
Diffstat (limited to 'recipes/abiword/abiword-2.5.inc')
-rw-r--r-- | recipes/abiword/abiword-2.5.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/abiword/abiword-2.5.inc b/recipes/abiword/abiword-2.5.inc index 09f61d0534..b577770513 100644 --- a/recipes/abiword/abiword-2.5.inc +++ b/recipes/abiword/abiword-2.5.inc @@ -2,7 +2,7 @@ DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) W HOMEPAGE = "http://www.abiword.org"" SECTION = "x11/office" LICENSE = "GPLv2" -DEPENDS = "perl-native wv libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" +DEPENDS = "asio goffice perl-native wv libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" @@ -29,7 +29,7 @@ FILES_${PN} += " \ ${datadir}/abiword-${SHRT_VER}/templates/Memo.awt \ ${datadir}/abiword-${SHRT_VER}/templates/Press-Release.awt " -inherit autotools pkgconfig +inherit autotools gtk-icon-cache pkgconfig mime PARALLEL_MAKE = "" |