Otavio Salvador <[email protected]> [2009-11-08 18:33:20]: > Hello, > > 2009/11/8 Petr Štetiar <[email protected]>: > > Petr Štetiar <[email protected]> [2009-11-08 17:17:51]: > > > >> Phil Blundell <[email protected]> [2009-11-08 14:49:54]: > >> > >> > On Sun, 2009-11-08 at 15:13 +0100, Petr Štetiar wrote: > >> > > This patch fixes this compile error: > >> > > main.c:38:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory > >> > > >> > I wonder if you might be better off depending on gdk-pixbuf rather than > >> > the full gtk+. Does 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 dependency, > > which > > is pulled in by EXTRA_OECONF = "--with-gdktarget=linux-fb" in gdk-pixbuf > > package. > > So I think, that gtk+ in this patch is correct. > > 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 of 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=2.12.0. -- ynezz _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
