From 135e512c09710d65155e345033e93f905de42b0d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Mar 2013 12:52:47 +0000 Subject: gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/gtk-icon-cache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') 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 -- cgit 1.2.3-korg