aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abiword
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-08 21:48:02 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-08 21:48:54 +0200
commite42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf (patch)
tree0e51af7af70570aca3ec0e1a597198a2f58ee4dc /recipes/abiword
parentcd7cf4bdd896e5ef68d157a60ed23401cd226b16 (diff)
downloadopenembedded-e42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf.tar.gz
abiword 2.8.3: fix regression that caused the collab plugin being dropped from the list
Diffstat (limited to 'recipes/abiword')
-rw-r--r--recipes/abiword/abiword_2.8.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/abiword/abiword_2.8.3.bb b/recipes/abiword/abiword_2.8.3.bb
index 60eaa227ec..637a1284b9 100644
--- a/recipes/abiword/abiword_2.8.3.bb
+++ b/recipes/abiword/abiword_2.8.3.bb
@@ -1,7 +1,9 @@
require abiword-2.5.inc
-DEPENDS += " libwmf-native gtkmathview "
+DEPENDS += " loudmouth libwmf-native gtkmathview "
RCONFLICTS_${PN} = "abiword-embedded"
+PR = "r1"
+
SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \
file://autogen-common.sh \
file://nodolt.patch;patch=1"
@@ -11,6 +13,7 @@ SRC_URI[abiword.sha256sum] = "b74f7ba5852e6225dd1fb52be266eaa33149fb24210b33b5d8
EXTRA_OECONF = " --disable-static \
--enable-plugins \
+ --without-gnomevfs \
--enable-collab-backend-xmpp \
--enable-collab-backend-tcp \
--enable-collab-backend-service \