From ca22079a28088eb3365a2e2faa2f77cd6f16c875 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Oct 2010 15:53:54 -0700 Subject: [PATCH] qpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler include file search Signed-off-by: Khem Raj --- recipes/qpe-gaim/qpe-libgaim_1.5.0.bb | 4 ++-- 1 file 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 d005371d8b..4bb687a1ac 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 -- 2.39.5