aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-04 00:06:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-04 00:06:50 +0000
commit27b04fa88d6483d8cbc5e340ff8698d2a328e9e8 (patch)
treee0c244417d681b91ebe6877b7b810269958a84a1
parent477efca0bfdeda41d8e59eab55697ecf5b7fe898 (diff)
downloadopenembedded-27b04fa88d6483d8cbc5e340ff8698d2a328e9e8.tar.gz
minipredict: add RDEPEND on libdictionary
-rw-r--r--packages/minipredict/minipredict.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/minipredict/minipredict.bb b/packages/minipredict/minipredict.bb
index 7dc6e92d49..2bd9262cfb 100644
--- a/packages/minipredict/minipredict.bb
+++ b/packages/minipredict/minipredict.bb
@@ -2,8 +2,10 @@ inherit gpe pkgconfig
DESCRIPTION = "Minipredict is a app that sits above the dock, e.g. mbdock, and suggests words for completion."
DEPENDS = "x11 xext gtk+ libdictionary zlib"
+RDEPENDS = "libdictionary"
SECTION = "gpe"
PRIORITY = "optional"
+PR = "r1"
SRC_URI = "http://handhelds.org/~paxanima/files/${PN}.tar.gz \
file://fix-makefile.patch;patch=1 \