All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path
@ 2010-12-02  2:36 Adrian Alonso
  2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
  2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
  0 siblings, 2 replies; 7+ messages in thread
From: Adrian Alonso @ 2010-12-02  2:36 UTC (permalink / raw)
  To: poky; +Cc: Adrian Alonso

* Fix configure: error: gdk-pixbuf-query-loaders not found in path
* Bump PR

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
---
 meta/recipes-gnome/librsvg/librsvg_2.32.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
index a421b68..2f257fc 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SECTION = "x11/utils"
 DEPENDS = "gtk+ libcroco cairo libxml2 popt"
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig gnome
 
@@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl
 SRC_URI += "file://doc_Makefile.patch"
 
 do_configure_prepend () {
+    export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders"
 	echo "CLEANFILES=" > gtk-doc.make
 }
 
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-03  3:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02  2:36 [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Adrian Alonso
2010-12-02  2:36 ` [PATCH 2/2] xrandr: fix license checksum Adrian Alonso
2010-12-02  4:55   ` Saul Wold
2010-12-02  5:02     ` Adrian Alonso
2010-12-02 19:13       ` Saul Wold
2010-12-02 22:12 ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Darren Hart
2010-12-03  3:01   ` Kamble, Nitin A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.