hicolor-icon-theme: don't inherit gnome
authorMichael Smith <msmith@cbnco.com>
Fri, 10 Jul 2009 19:05:01 +0000 (15:05 -0400)
committerMichael Smith <msmith@cbnco.com>
Fri, 21 Aug 2009 01:29:38 +0000 (21:29 -0400)
inherit autotools and gtk-icon-cache instead, so the theme doesn't
depend on gconf.

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb

index a1cb41b..db13279 100644 (file)
@@ -1,6 +1,10 @@
 SECTION = "unknown"
 LICENSE = "GPL"
-inherit gnome
+inherit autotools gtk-icon-cache
+
+# Override RDEPENDS = hicolor-icon-theme from gtk-icon-cache
+RDEPENDS = ""
+RDEPENDS_${PN} = ""
 
 SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"