mesa: make sure GLES3 headers are installed

Ship libgles3-mesa-dev package along with libgles2-mesa-dev because
otherwise GLES3 headers are missing from the toolchain and we have build
failures for example compiling QT applications.

Exactly the same workaround is done for the vivante implementation in
meta-fsl-arm layer.

Original patch (not merged into oe-core):

https://patchwork.openembedded.org/patch/134244/

Signed-off-by: Javier Viguera <javier.viguera@digi.com>

https://jira.digi.com/browse/DEL-3088
This commit is contained in:
Javier Viguera 2017-02-09 19:30:43 +01:00
parent 30ccd116f5
commit 1949581c54
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Copyright (C) 2017 Digi International
#
# Add runtime dependency so that GLES3 headers don't need to be added manually
#
RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev"