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 12:29:44 +0000 |
commit | 135e512c09710d65155e345033e93f905de42b0d (patch) | |
tree | 3b9327166e536814f97b1137674e51bd3a5f611e /meta/classes/gtk-icon-cache.bbclass | |
parent | e2f8a6576906d0383c19d3ebefb8aabe7078904e (diff) | |
download | openembedded-core-135e512c09710d65155e345033e93f905de42b0d.tar.gz openembedded-core-135e512c09710d65155e345033e93f905de42b0d.tar.bz2 openembedded-core-135e512c09710d65155e345033e93f905de42b0d.zip |
gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native
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 @@ 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 |