aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsexy
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-11-09 13:44:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-09 13:44:40 +0000
commit9771ba7e50e279c8f6757b4354634d568be0b23f (patch)
tree24764b13b3cf05c261887cf39535fdc3b1601f89 /packages/libsexy
parentde9d5d416a8ecf31a4484a4a745b627895bdec24 (diff)
downloadopenembedded-9771ba7e50e279c8f6757b4354634d568be0b23f.tar.gz
libsexy 0.1.4: fix DEPENDS
Diffstat (limited to 'packages/libsexy')
-rw-r--r--packages/libsexy/libsexy_0.1.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libsexy/libsexy_0.1.4.bb b/packages/libsexy/libsexy_0.1.4.bb
index f5ee2256eb..526e1bd6ed 100644
--- a/packages/libsexy/libsexy_0.1.4.bb
+++ b/packages/libsexy/libsexy_0.1.4.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "Libsexy is a collection of GTK+ widgets that extend the functiona
HOMEPAGE = "http://wiki.chipx86.com/wiki/Libsexy"
AUTHOR = "Christian Hammond <chipx86@chipx86.com>"
MAINTAINER = "Koen Kooi <koen@handhelds.org>""
+PR = "r1"
-DEPENDS = "gtk+"
+DEPENDS = "gtk+ enchant libxml2"
SRC_URI = "http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz"