diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-23 17:32:54 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-23 20:44:27 +0300 |
commit | cff666e4f8f1f8598e4f22d04587554a5f773759 (patch) | |
tree | 111348e8ae6978598d01a3069d7ffa1dfedfe08f /recipes/gamin | |
parent | 7316e1c38057a44b6c0cba465a02ed871dcf6c19 (diff) |
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.bb | 1 | ||||
-rw-r--r-- | recipes/gamin/gamin_0.1.8.bb | 1 |
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 \ |