diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-16 11:33:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-16 11:33:13 +0000 |
commit | 6c644a5c61dd3b814db20de7deefbe7485a7142a (patch) | |
tree | c025de3a74411ee781765d9028f16193a625dbe0 /classes/gtk-icon-cache.bbclass | |
parent | 759cc57e56224b0bafcc5cfd7632ba893d676398 (diff) |
gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of directories + 1 small textfile), so add it to RDEPENDS
Diffstat (limited to 'classes/gtk-icon-cache.bbclass')
-rw-r--r-- | classes/gtk-icon-cache.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass index 0f68e6812b..855a72a2f7 100644 --- a/classes/gtk-icon-cache.bbclass +++ b/classes/gtk-icon-cache.bbclass @@ -1,4 +1,5 @@ FILES_${PN} += "${datadir}/icons/hicolor" +RDEPENDS += " hicolor-icon-theme " gtk-icon-cache_postinst() { if [ "x$D" != "x" ]; then |