diff options
| author | Philip Balister <philip@balister.org> | 2007-08-08 23:08:40 +0000 |
|---|---|---|
| committer | Philip Balister <philip@balister.org> | 2007-08-08 23:08:40 +0000 |
| commit | 2834b0db4e4bad2956bf51638d1d3f4e7b48f25c (patch) | |
| tree | d129788e0b39e34a4fc77d41d617a6fd7dda69af /classes/gtk-icon-cache.bbclass | |
| parent | 8546864754d38a632194f52d15a554c33728a554 (diff) | |
| parent | 1c512d6f768199951cc7e0b97576761a0700776e (diff) | |
merge of '036e2e71bb09d2efdeab9165b6946b947e4316b2'
and '73523d2b53ed38a63f46fcb966b7de6091c0c9d5'
Diffstat (limited to 'classes/gtk-icon-cache.bbclass')
| -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 |
