diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-09-04 11:07:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-09-04 11:07:14 +0000 |
commit | da241cb72a4d49335420bf122f4f8eb1ce82419f (patch) | |
tree | c855237d579cf2ce1506b518c82c70484863d880 | |
parent | 916d8f1d6b38a15fa3f24cfd54903d4833418fd7 (diff) |
abiword-plugins_2.4.5.bb : remove DEPENDS on abiword as it doesnt require
it to build. Add RDEPENDS on abiword as plugins require it to be useful.
-rw-r--r-- | packages/abiword/abiword-plugins_2.4.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.5.bb b/packages/abiword/abiword-plugins_2.4.5.bb index 444b0a43c7..567cc3a414 100644 --- a/packages/abiword/abiword-plugins_2.4.5.bb +++ b/packages/abiword/abiword-plugins_2.4.5.bb @@ -4,12 +4,13 @@ HOMEPAGE="http://www.abiword.org"" MAINTAINER="Koen Kooi <koen@dominion.kabel.utwente.nl>" LICENSE="GPLv2" -DEPENDS = "abiword libwpd librsvg goffice poppler" +DEPENDS = "libwpd librsvg goffice poppler" PR="r1" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ file://abiword-plugin-pdf-poppler.patch;patch=1;pnum=2" S = "${WORKDIR}/abiword-${PV}/abiword-plugins" +RDEPENDS='abiword' inherit autotools |