[oe] [RFC] gtk+ and gdk-pixbuf

Phil Blundell pb at reciva.com
Wed Jun 3 20:23:22 UTC 2009


On Wed, 2009-06-03 at 19:03 +0200, Florian Boor wrote:
> looking at the recipes of GTK+ and gdk-pixbuf I get the impression these should
> conflict with each other.
> I would like to make the changes soon to avoid that more people run into
> problems with this. I have seen several reports of issues that are likely to be
> caused by a gtk vs. gdk-pixbuf build conflict.

Yeah, it does look like they would clobber each other.  Although
gdk-pixbuf used to be a separate library in gtk1 days, the gdk-pixbuf
recipe that we have in OE right now just builds the library that's
bundled with GTK+.  I guess the standalone gdk-pixbuf recipe was added
to eliminate the requirement for building X and the whole other
dependency stack that GTK requires if you just want the pixbuf
functions. 

Adding PROVIDES = "gdk-pixbuf" to gtk would probably clear it up.  I
don't think bitbake really understands conflicts so that's probably as
good as it gets.

p.






More information about the Openembedded-devel mailing list