From cf770ec16855bc86488b225c47bf7e75204affcb Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 11 Mar 2010 12:29:17 +0000 Subject: gtk+: work around problem with loaders not yet being installed at the point where we need to query them --- recipes/gtk+/gtk+.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gtk+') diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc index 0444ff2f0d..6c8f0de65c 100644 --- a/recipes/gtk+/gtk+.inc +++ b/recipes/gtk+/gtk+.inc @@ -80,7 +80,7 @@ do_install_virtclass-native () { rm -f ${D}${libdir}/gtk-2.0/*/*.la ${D}${libdir}/gtk-2.0/${LIBV}/*/*.la mkdir -p "${D}${sysconfdir}/gtk-2.0" - ${B}/gdk-pixbuf/gdk-pixbuf-query-loaders > "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders" + ${B}/gdk-pixbuf/gdk-pixbuf-query-loaders ${B}/gdk-pixbuf/.libs/*.so | sed 's:${B}/gdk-pixbuf/.libs:${STAGING_LIBDIR}/gtk-2.0/${LIBV}/loaders:' > "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders" } postinst_prologue() { -- cgit 1.2.3-korg