Openembedded Core Discussions
 help / color / mirror / Atom feed
* X11 as DISTRO_FEATURE
@ 2011-08-11 12:17 Phil Blundell
  2011-08-11 13:27 ` Anders Darander
  2011-08-11 14:19 ` Andreas Oberritter
  0 siblings, 2 replies; 4+ messages in thread
From: Phil Blundell @ 2011-08-11 12:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Right now, there are a bunch of recipes (e.g. dbus, cairo) which always
build against X11 even though the underlying software can work without
it.  This makes it somewhat painful to build a display system using
clutter (for example) without X.

It's also moderately fiddly to stop X11 from leaking in by mistake; you
can't just BBMASK the whole of "xorg-*" because things like pixman are
still needed by cairo even when not using X11.

So, to combat this, I would like to make X11 be a DISTRO_FEATURE and
arrange for:

a) libx11 to skip itself; and

b) recipes for which x11 is optional to not depend on X stuff 

if that feature isn't selected.

Any objections, better suggestions, ...?

p.





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

end of thread, other threads:[~2011-08-11 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 12:17 X11 as DISTRO_FEATURE Phil Blundell
2011-08-11 13:27 ` Anders Darander
2011-08-11 14:16   ` Phil Blundell
2011-08-11 14:19 ` Andreas Oberritter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox