diff options
author | Michael Smith <msmith@cbnco.com> | 2009-07-10 15:05:01 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-20 21:29:38 -0400 |
commit | fb61d971d4299d0784257dcd150befc13241e7ee (patch) | |
tree | bc46ab0bbd02d87af4133861729467c756f0f3c5 | |
parent | f2442f18ecdb310750195753f8c122f2cd81e364 (diff) |
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>
-rw-r--r-- | recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb | 6 |
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" |