abiword 2.8.3: fix regression that caused the collab plugin being dropped from the...
authorKoen Kooi <koen@openembedded.org>
Thu, 8 Apr 2010 19:48:02 +0000 (21:48 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 8 Apr 2010 19:48:54 +0000 (21:48 +0200)
recipes/abiword/abiword_2.8.3.bb

index 60eaa22..637a128 100644 (file)
@@ -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 \