[oe-commits] Ross Burton : gtk-icon-cache: use virtual/ gtk-update-icon-cache-native instead of gtk+-native

git at git.openembedded.org git at git.openembedded.org
Mon Mar 4 14:41:59 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 6d67edf60b9be8c024c8f993276cd0fdfcb9c20c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6d67edf60b9be8c024c8f993276cd0fdfcb9c20c

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Mar  4 12:52:47 2013 +0000

gtk-icon-cache: use virtual/gtk-update-icon-cache-native instead of gtk+-native

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 223a280..a5d642c 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





More information about the Openembedded-commits mailing list