Hi All,
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)}"
----------------------
I encountered several boards with have only GLES support, no desktop OpenGL.
AFAIK there is no "opengles" distro feature (in DISTRO_FEATURES)
standardized yet.
Googling resulted in
http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085508.html
https://www.mail-archive.com/[email protected]/msg45278.html
Should we define something opengles-2, opengles-3 etc for DISTRO_FEATURES?
---
Thanks,
Petr
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel