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
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to