From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [82.208.49.253] (helo=mengele.ibawizard.net ident=postfix) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1N7Epw-0005Kt-ST for openembedded-devel@openembedded.org; Sun, 08 Nov 2009 21:58:15 +0100 Received: by mengele.ibawizard.net (Postfix, from userid 1002) id 6B9601D36078; Sun, 8 Nov 2009 21:56:54 +0100 (CET) Date: Sun, 8 Nov 2009 21:56:54 +0100 From: Petr =?iso-8859-2?Q?=A9tetiar?= To: openembedded-devel@lists.openembedded.org Message-ID: <20091108205654.GC16449@ibawizard.net> References: <1257689597-31831-1-git-send-email-ynezz@true.cz> <1257691795.25369.229.camel@lenovo.internal.reciva.com> <20091108161751.GA16449@ibawizard.net> <20091108195635.GB16449@ibawizard.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: 82.208.49.253 X-SA-Exim-Mail-From: ynezz@mengele.ibawizard.net X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: [PATCH] libgsf: fix compile error, add missing dependency on gtk+ X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 20:58:16 -0000 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Otavio Salvador [2009-11-08 18:33:20]: > Hello, >=20 > 2009/11/8 Petr =A9tetiar : > > Petr =A9tetiar [2009-11-08 17:17:51]: > > > >> Phil Blundell [2009-11-08 14:49:54]: > >> > >> > On Sun, 2009-11-08 at 15:13 +0100, Petr =A9tetiar wrote: > >> > > This patch fixes this compile error: > >> > > main.c:38:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or di= rectory > >> > > >> > I wonder if you might be better off depending on gdk-pixbuf rather= than > >> > the full gtk+. =A0Does that work for you? > >> > >> Yes, it works for me. What should I do now, since the patch has been= commited > >> already? :-) > > > > I've encoutered few problems when using gdk-pixbuf as dependency, for= example > > when building Abiword which than needs gdk-linux-fb package as depend= ency, which > > is pulled in by EXTRA_OECONF =3D "--with-gdktarget=3Dlinux-fb" in gdk= -pixbuf package. > > So I think, that gtk+ in this patch is correct. >=20 > Maybe add a new package for gdk-linux-fb then? The real issue, that I just found, is that gdk-pixbuf package overwrites = pkgconfig files of GTK, so it reports GTK version of gdk-pixbuf package 2.10.14 instead o= f correct 2.18.3 of current GTK. Directory gdk-pixbuf-2.10.14-r2/staging-pkg/staging/armv7a-angstrom-linux= -gnueabi/usr/lib/pkgconfig contains: gdk-2.0.pc gdk-pixbuf-2.0.pc gdk-pixbuf-xlib-2.0.pc gtk+-2.0.pc gtk+-unix-print-2.0.pc and content of gtk+-2.0.pc is "Version: 2.10.14". It's then staged, and Abiword won't compile, because of GTK_VERSION_REQ=3D2.12.0. -- ynezz