From 49097b8266dee7653e776da70ae61490ffcc2912 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 30 Mar 2014 00:47:50 +0100 Subject: [PATCH] gcr: inherit only gnomebase, gtk-icon-cache 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 71911afbc2..c71f5a44b5 100644 --- a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb +++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" DEPENDS = "gtk+3 p11-kit glib-2.0" -inherit autotools gnome gtk-doc +inherit autotools gnomebase gtk-icon-cache gtk-doc GNOME_COMPRESS_TYPE="xz"