aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gamin
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:32:54 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-23 20:44:27 +0300
commitcff666e4f8f1f8598e4f22d04587554a5f773759 (patch)
tree111348e8ae6978598d01a3069d7ffa1dfedfe08f /recipes/gamin
parent7316e1c38057a44b6c0cba465a02ed871dcf6c19 (diff)
downloadopenembedded-cff666e4f8f1f8598e4f22d04587554a5f773759.tar.gz
gamin: add missing dependency on glib-2.0
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/gamin')
-rw-r--r--recipes/gamin/gamin_0.1.10.bb1
-rw-r--r--recipes/gamin/gamin_0.1.8.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb
index 754f47dc9e..893cd7f1f7 100644
--- a/recipes/gamin/gamin_0.1.10.bb
+++ b/recipes/gamin/gamin_0.1.10.bb
@@ -1,5 +1,6 @@
DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
LICENSE = "LGPL"
+DEPENDS = "glib-2.0"
SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
file://no-abstract-sockets.patch;patch=1"
diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb
index b939c9d316..b8596a616c 100644
--- a/recipes/gamin/gamin_0.1.8.bb
+++ b/recipes/gamin/gamin_0.1.8.bb
@@ -1,5 +1,6 @@
DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
LICENSE = "LGPL"
+DEPENDS = "glib-2.0"
SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
file://no-abstract-sockets.patch;patch=1 \