]> code.ossystems Code Review - openembedded-core.git/commit
mesa: make ligles3-dev RDEPENDS on libgles2-dev
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Mon, 13 Dec 2021 09:16:28 +0000 (10:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Dec 2021 22:45:40 +0000 (22:45 +0000)
commit8adf941a8a2b5b3fe5e4e3313856b725e28d5370
treea72ad9bed9fceaf3e8b9bb4ee5fe355aba0854dd
parenta8bac1006d87d0a702630607f6c46d2f4926776e
mesa: make ligles3-dev RDEPENDS on libgles2-dev

Khronos documentation[1] says that include/GLES2/gl2ext.h can be used
for OpenGL ES 3 specification as well as for OpenGL ES 2.
There can be applications including GLES2/gl2ext.h instead of
GLES3/gl3ext.h meaning we should probably bring in GLES2/gl2ext.h if
someone asks for development package of libgles3.

[1] https://www.khronos.org/registry/OpenGL/index_es.php#headers

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc