All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Sledz <sledz@dresearch-fe.de>
To: Tom Rini <tom.rini@gmail.com>, Khem Raj <raj.khem@gmail.com>,
	openembedded-devel@lists.openembedded.org
Subject: [2011.03-maintenance 1/1] pango-native: add libxrender-native to dependencies
Date: Tue,  9 Oct 2012 10:49:16 +0200	[thread overview]
Message-ID: <cd110a86574144e0f9580bbc7cd4b4c3b0240710.1349772345.git.sledz@dresearch-fe.de> (raw)
In-Reply-To: <cover.1349772344.git.sledz@dresearch-fe.de>

This avoids a link error on build hosts with newer libXrender installation.

| /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libXrender.so:  undefined reference to `_XGetRequest'
| collect2: error: ld returned 1 exit status

Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
---
 recipes/pango/pango.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pango/pango.inc b/recipes/pango/pango.inc
index c54fbad..b5a2649 100644
--- a/recipes/pango/pango.inc
+++ b/recipes/pango/pango.inc
@@ -10,7 +10,7 @@ SECTION = "x11/libs"
 
 DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv virtual/libx11 libxft gtk-doc cairo"
 
-DEPENDS_virtclass-native = "glib-2.0-native cairo-native"
+DEPENDS_virtclass-native = "glib-2.0-native cairo-native libxrender-native"
 BBCLASSEXTEND = "native"
 
 PACKAGES_DYNAMIC = "pango-module-*"
@@ -20,7 +20,7 @@ RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
 RRECOMMENDS_${PN}_virtclass-native = ""
 
 
-INC_PR = "r1"
+INC_PR = "r2"
 
 # seems to go wrong with default cflags
 FULL_OPTIMIZATION_arm = "-O2"
-- 
1.7.10.4




  reply	other threads:[~2012-10-09  9:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-08  7:45 pango-native build problem (and solution idea) Steffen Sledz
2012-10-08 14:01 ` Khem Raj
2012-10-09  8:49   ` [2011.03-maintenance 0/1] pull request 20121009 Steffen Sledz
2012-10-09  8:49     ` Steffen Sledz [this message]
2012-10-09 14:42     ` Tom Rini
2012-10-10  6:41       ` Steffen Sledz
2012-10-10 14:55         ` Tom Rini

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=cd110a86574144e0f9580bbc7cd4b4c3b0240710.1349772345.git.sledz@dresearch-fe.de \
    --to=sledz@dresearch-fe.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=tom.rini@gmail.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.