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: yocto-4.0~33733 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=135e512c09710d65155e345033e93f905de42b0d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 223a2803381..a5d642c9544 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