aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-03-21 00:25:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 17:14:53 +0000
commitef2ba0a17a4fbd0e0c43c144f43d1d40de23697e (patch)
treea2ec52b9e1337ed72e7abc43e6ff412dce4f77cb /meta/recipes-gnome
parenta973fe10305c7d080d5c017ddd9b2bd860221659 (diff)
downloadopenembedded-core-contrib-ef2ba0a17a4fbd0e0c43c144f43d1d40de23697e.tar.gz
gtk-engines: removed gnome inheritance
Remove gconf class (via gnome) to fix WARN-QA message regarding --disable-install-schemas option. Add missing intltool-native build dependency that previously came through gnome.bbclass. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
index ba07ac0c23..940d130738 100644
--- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
+++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SECTION = "x11/base"
-DEPENDS = "gtk+"
+DEPENDS = "intltool-native gtk+"
PR = "r3"
@@ -26,7 +26,7 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
CFLAGS_prepend = "-DHAVE_ANIMATION "
-inherit gnome
+inherit gnomebase gtk-icon-cache
python populate_packages_prepend() {
engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines")