diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-08 21:48:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-08 21:48:54 +0200 |
commit | e42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf (patch) | |
tree | 0e51af7af70570aca3ec0e1a597198a2f58ee4dc | |
parent | cd7cf4bdd896e5ef68d157a60ed23401cd226b16 (diff) |
abiword 2.8.3: fix regression that caused the collab plugin being dropped from the list
-rw-r--r-- | recipes/abiword/abiword_2.8.3.bb | 5 |
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 \ |