gtk-icon-cache.bbclass: in the postinst update the pixbuf loaders to ensure that...
authorRoss Burton <ross@openedhand.com>
Tue, 8 Jan 2008 15:54:04 +0000 (15:54 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 8 Jan 2008 15:54:04 +0000 (15:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3430 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/gtk-icon-cache.bbclass

index b865628..0d306a1 100644 (file)
@@ -7,6 +7,10 @@ gtk-icon-cache_postinst() {
 if [ "x$D" != "x" ]; then
         exit 1
 fi
+
+# Update the pixbuf loaders in case they haven't been registered yet
+gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
+
 gtk-update-icon-cache -q /usr/share/icons/hicolor
 }