diff options
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index d9b5d1bdd6..4142d0ed53 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']}" | ||
4 | |||
3 | # This could run on the host as icon cache files are architecture independent, | 5 | # This could run on the host as icon cache files are architecture independent, |
4 | # but there is no gtk-update-icon-cache built natively. | 6 | # but there is no gtk-update-icon-cache built natively. |
5 | gtk_icon_cache_postinst() { | 7 | gtk_icon_cache_postinst() { |