aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hicolor-icon-theme
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-07-10 15:05:01 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-20 21:29:38 -0400
commitfb61d971d4299d0784257dcd150befc13241e7ee (patch)
treebc46ab0bbd02d87af4133861729467c756f0f3c5 /recipes/hicolor-icon-theme
parentf2442f18ecdb310750195753f8c122f2cd81e364 (diff)
downloadopenembedded-fb61d971d4299d0784257dcd150befc13241e7ee.tar.gz
hicolor-icon-theme: don't inherit gnome
inherit autotools and gtk-icon-cache instead, so the theme doesn't depend on gconf. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/hicolor-icon-theme')
-rw-r--r--recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
index a1cb41b846..db13279c5e 100644
--- a/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
+++ b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
@@ -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"