[OE-core] [PATCH 04/10] gtk.inc: add feature based on directfb

Phil Blundell philb at gnu.org
Fri Dec 9 10:30:25 UTC 2011


On Fri, 2011-12-09 at 11:25 +0100, Koen Kooi wrote:
> gtk 2.x is one of the few places where directfb/x11/whatever conflict,
> so if I want directfb support for sane things (gtk 3.x, qt, etc) the
> current patch will make me jump through a ton of hoops.

Well, you can set:

# support both graphical backends where possible
DISTRO_FEATURES = "directfb x11"

# for gtk+ 2.x, have to pick either x11 or directfb not both
PACKAGECONFIG_pn-gtk+ = "x11"

in your distro config.  I don't think that one extra line really counts
as a "ton of hoops", and if you aren't using gtk+ 2.0 then you can just
leave it out.

p.






More information about the Openembedded-core mailing list