From 996ee9bdf8655f3222a289af3990df055e61639b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 30 Mar 2014 00:48:25 +0100 Subject: gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency Signed-off-by: Martin Jansa --- .../recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb index 498c73cfdc..5049cceb9e 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb @@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SECTION = "x11/gnome" -inherit gnome +# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT +DEPENDS = "glib-2.0" + +inherit gnomebase SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d" SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef" -- cgit 1.2.3-korg