diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-04 12:52:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:54 +0000 |
commit | 39d9aca19b62ac901fc330cd1f6ed203a70a1c71 (patch) | |
tree | 4ddf1da70a7666caa300855e4061c2cc99f6e0b1 /meta/classes/gtk-icon-cache.bbclass | |
parent | 4d367eb63dd2597a8ca3db6b5d7a06f046c9a769 (diff) | |
download | poky-39d9aca19b62ac901fc330cd1f6ed203a70a1c71.tar.gz |
gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native
(From OE-Core rev: 135e512c09710d65155e345033e93f905de42b0d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+-native" | 3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} virtual/gtk-update-icon-cache-native" |
4 | 4 | ||
5 | # | 5 | # |
6 | # On host, the postinstall MUST return 1 because we do not know if the intercept | 6 | # On host, the postinstall MUST return 1 because we do not know if the intercept |