All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Adrian Alonso <aalonso@secretlab.ca>
Cc: poky@yoctoproject.org, Saul Wold <sgw@linux.intel.com>
Subject: Re: [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found	in path
Date: Thu, 02 Dec 2010 14:12:33 -0800	[thread overview]
Message-ID: <4CF819D1.30108@linux.intel.com> (raw)
In-Reply-To: <1291257381-21280-1-git-send-email-aalonso@secretlab.ca>

On 12/01/2010 06:36 PM, Adrian Alonso wrote:
> * Fix configure: error: gdk-pixbuf-query-loaders not found in path
> * Bump PR
>
 > Signed-off-by: Adrian Alonso<aalonso@secretlab.ca>

With the exception of the inconsistent whitespace in 
do_configure_prepend, it looks good. At least it fixes the same error 
for me.

Acked-by: Darren Hart <dvhart@linux.intel.com>

> ---
>   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
>   }
>


-- 
Darren Hart
Yocto Linux Kernel


  parent reply	other threads:[~2010-12-02 22:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Darren Hart [this message]
2010-12-03  3:01   ` [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path Kamble, Nitin A

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CF819D1.30108@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=aalonso@secretlab.ca \
    --cc=poky@yoctoproject.org \
    --cc=sgw@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.