diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index d87167aec0..66fe781bd2 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,8 +1,8 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-icon-utils-native" | 3 | DEPENDS +=" ${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+3-native" |
4 | 4 | ||
5 | PACKAGE_WRITE_DEPS += "gtk-icon-utils-native gdk-pixbuf-native" | 5 | PACKAGE_WRITE_DEPS += "gtk+3-native gdk-pixbuf-native" |
6 | 6 | ||
7 | gtk_icon_cache_postinst() { | 7 | gtk_icon_cache_postinst() { |
8 | if [ "x$D" != "x" ]; then | 8 | if [ "x$D" != "x" ]; then |