[oe] [meta-qt5] What is the proper way to enable OpenGL ES v2 without using .bbappend

Jonathan Liu net147 at gmail.com
Tue Jan 13 22:57:44 UTC 2015


Hi Petr,

On 14/01/2015 8:48 AM, Petr Nechaev wrote:
>   what is the proper way to tell meta-qt5 to build with OpenGL ES v2 support
> without using a .bbappend file like this:
> ----------------------
> # switch to GLES 2 support
> PACKAGECONFIG_GL = "${@base_contains('DISTRO_FEATURES', 'opengl', 'gles2',
> '', d)}"
> ----------------------
You can specify it in distro config, machine config or local.conf:
PACKAGECONFIG_GL_pn-qtbase = "${@base_contains('DISTRO_FEATURES', 
'opengl', 'gles2', '', d)}"

I am not sure what is the proper or standard way though.

Regards,
Jonathan



More information about the Openembedded-devel mailing list