From e20aa408bb96ae2bcdae4829ed03863ab33b20ef Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 3 Aug 2013 20:37:42 +0200 Subject: [PATCH] gcr: add glib-2.0 dependency * it tries to build glib-2.0 from native sysroot without it Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb index 65309da5c9..d88a22aab3 100644 --- a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb +++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb @@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" -DEPENDS = "gtk+3 p11-kit" +DEPENDS = "gtk+3 p11-kit glib-2.0" inherit autotools gnome gtk-doc