All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding support for DirectFB across the board
@ 2007-09-23 19:20 shanevolpe
  2007-09-24 10:06 ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: shanevolpe @ 2007-09-23 19:20 UTC (permalink / raw)
  To: openembedded-devel

All,
I have been adding in support for directFB to as many packages as
possible, however one issue I have ran into several times is what do I
do when there are packages that can be compiled with X11 or directfb
support and then what do you do with packages that may depend on a
package compiled with directfb or X11.  Ok that was pretty confusing,
let me give an example.

I have added cairo-directfb which compiles cairo with directfb instead
of X11.  Next I wanted to add (update) gtk+-directfb to use
cairo-directfb instead of cairo.  That part was easy I just changed
the DEPENDS cairo in gtk+-directfb to cairo-directfb..  The issue came
when I noticed that gtk+ also requires pango which requires cairo so
what do I do here, do I make a new pango called pango-directfb?  It
seems like the better thing would be set up a virtual/cairo and set it
to either cairo or cairo-directfb.  If I go that route how do I set it
up so it does not break everyone's build that does not have
virtual/cairo set, is there a way to default it to something like
cairo?
Regards,
Shane



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-26  1:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-23 19:20 Adding support for DirectFB across the board shanevolpe
2007-09-24 10:06 ` Richard Purdie
2007-09-24 11:08   ` Koen Kooi
2007-09-24 13:36     ` shanevolpe
2007-09-25 22:02       ` Mike (mwester)
2007-09-25 23:49         ` shanevolpe
2007-09-26  0:08         ` Paul Sokolovsky
2007-09-26  1:47           ` Mike (mwester)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.