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:
parent
30ccd116f5
commit
1949581c54
|
|
@ -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"
|
||||
Loading…
Reference in New Issue