diff options
author | Adrian Alonso <aalonso@secretlab.ca> | 2010-12-01 19:36:20 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-03 13:15:23 -0800 |
commit | 5592bf2d0f7949bee5722c3131b611b6a96c06fb (patch) | |
tree | eecbe8b51b9b83af1ea9aa8efeccf0defc89e5a9 | |
parent | d2de3dc850960e4760b25ca0f5b413cbe226440a (diff) | |
download | poky-5592bf2d0f7949bee5722c3131b611b6a96c06fb.tar.gz |
librsvg: fix gdk-pixbuf-query-loaders not found in path
* Fix configure: error: gdk-pixbuf-query-loaders not found in path
* Bump PR
[sgw@linux.intel.com: cleaned up patch whitespace issues]
Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
svg
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | 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 a421b688c5..4717042061 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 \ | |||
8 | 8 | ||
9 | SECTION = "x11/utils" | 9 | SECTION = "x11/utils" |
10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" | 10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" |
11 | PR = "r1" | 11 | PR = "r2" |
12 | 12 | ||
13 | inherit autotools pkgconfig gnome | 13 | inherit autotools pkgconfig gnome |
14 | 14 | ||
@@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl | |||
17 | SRC_URI += "file://doc_Makefile.patch" | 17 | SRC_URI += "file://doc_Makefile.patch" |
18 | 18 | ||
19 | do_configure_prepend () { | 19 | do_configure_prepend () { |
20 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" | ||
20 | echo "CLEANFILES=" > gtk-doc.make | 21 | echo "CLEANFILES=" > gtk-doc.make |
21 | } | 22 | } |
22 | 23 | ||