[OE-core] OpenGL as a DISTRO_FEATURE

Ross Burton ross.burton at intel.com
Sun Feb 3 23:35:01 UTC 2013


On Sunday, 3 February 2013 at 21:33, Marcin Juszkiewicz wrote:
> As they are different architectures you can try this:
> 
> DISTRO_FEATURES_wm8950 = "here copy your default DISTRO_FEATURES but
> skip opengl"
> 
> Replace wm8950 with MACHINE name. Ugly solution but should work.
That means that Qt won't be built with GLES support.

The best approach is to probe the hardware/libraries at runtime and adapt - i.e. if only GLES libraries are available use those, but a lot of software doesn't support that or simple probing isn't sufficient (Intel Pine Trail supports both but GL is best, Cedar Trail supports both but GL is terrible).

Ross 






More information about the Openembedded-core mailing list