aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-03-11 12:29:17 +0000
committerPhil Blundell <philb@gnu.org>2010-03-11 12:29:55 +0000
commitcf770ec16855bc86488b225c47bf7e75204affcb (patch)
tree018f7a8bc5cdfdbed6dd6121a0dbd77521a9fe63 /recipes/gtk+
parent82311ec3960366b2f9e31c69f9eaa09cd0d12891 (diff)
downloadopenembedded-cf770ec16855bc86488b225c47bf7e75204affcb.tar.gz
gtk+: work around problem with loaders not yet being installed at the point where we need to query them
Diffstat (limited to 'recipes/gtk+')
-rw-r--r--recipes/gtk+/gtk+.inc2
1 files changed, 1 insertions, 1 deletions
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() {