diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-08-08 21:39:29 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-08-08 21:39:29 +0000 |
commit | 5644015c642b053c3614dada21895df95e9171bc (patch) | |
tree | 46f959500edf324405243e797e77c9e0e7213065 /classes | |
parent | dcbb746bfb540d16d547b2b5b3477f7434fb85ac (diff) |
gtk-icon-cache: Add comment from poky's version
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gtk-icon-cache.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass index 855a72a2f7..b86562890a 100644 --- a/classes/gtk-icon-cache.bbclass +++ b/classes/gtk-icon-cache.bbclass @@ -1,6 +1,8 @@ FILES_${PN} += "${datadir}/icons/hicolor" -RDEPENDS += " hicolor-icon-theme " +RDEPENDS += "hicolor-icon-theme" +# This could run on the host as icon cache files are architecture independent, +# but there is no gtk-update-icon-cache built natively. gtk-icon-cache_postinst() { if [ "x$D" != "x" ]; then exit 1 |