From: Ross Burton Date: Mon, 4 Mar 2013 12:52:47 +0000 (+0000) Subject: gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native X-Git-Tag: 2015-4~7352 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=135e512c09710d65155e345033e93f905de42b0d;p=openembedded-core.git gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 223a280338..a5d642c954 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -1,6 +1,6 @@ FILES_${PN} += "${datadir}/icons/hicolor" -DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+-native" +DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} virtual/gtk-update-icon-cache-native" # # On host, the postinstall MUST return 1 because we do not know if the intercept