gamin: add missing dependency on glib-2.0
authorRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 14:32:54 +0000 (17:32 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 17:44:27 +0000 (20:44 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/gamin/gamin_0.1.10.bb
recipes/gamin/gamin_0.1.8.bb

index 754f47d..893cd7f 100644 (file)
@@ -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"
index b939c9d..b8596a6 100644 (file)
@@ -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 \