[oe-commits] Khem Raj : qpe-libgaim_1.5.0.bb: Add new location of glib-2. 0 headers to compiler include file search

git version control git at git.openembedded.org
Fri Oct 22 03:30:53 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: ca22079a28088eb3365a2e2faa2f77cd6f16c875
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca22079a28088eb3365a2e2faa2f77cd6f16c875

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct 20 15:53:54 2010 -0700

qpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler include file search

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/qpe-gaim/qpe-libgaim_1.5.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb b/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb
index d005371..4bb687a 100644
--- a/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb
+++ b/recipes/qpe-gaim/qpe-libgaim_1.5.0.bb
@@ -4,7 +4,7 @@ DEPENDS = "glib-2.0 gnutls"
 RDEPENDS_${PN} = "libgaim-plugins"
 LICENSE = "GPL"
 HOMEPAGE = "http://gaim.sourceforge.net/"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/gaim/gaim-${PV}.tar.bz2 \
 	   file://dont-look-for-gtk.patch        \
@@ -21,7 +21,7 @@ EXTRA_OE_CONF = "--disable-audio --disable-gtkspell --disable-perl \
 		 --disable-x --without-x --without-gtk --disable-gtk \
 		 --enable-gnutls=y"
 
-CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0"
+CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include"
 
 do_stage() {
 	oe_libinstall -so -C src libgaim ${QTDIR}/lib





More information about the Openembedded-commits mailing list