From patchwork Tue Oct 9 08:49:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2011.03-maintenance, 1/1] pango-native: add libxrender-native to dependencies Date: Tue, 09 Oct 2012 08:49:16 -0000 From: Steffen Sledz X-Patchwork-Id: 37989 Message-Id: To: Tom Rini , Khem Raj , openembedded-devel@lists.openembedded.org 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 --- 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"