libwpd: Add missing DEPENDS on libgsf.
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 6 Apr 2007 11:03:46 +0000 (11:03 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Fri, 6 Apr 2007 11:03:46 +0000 (11:03 +0000)
* Closes #2089.

packages/libwpd/libwpd_0.8.4.bb
packages/libwpd/libwpd_0.8.6.bb

index 46a59e8..4e6ee91 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect docu
 HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
-
+DEPENDS = "libgsf"
 
 inherit autotools pkgconfig
 
index 46a59e8..4e6ee91 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect docu
 HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
-
+DEPENDS = "libgsf"
 
 inherit autotools pkgconfig