From 1949581c5437ef0c6a7a3d5e285f31646a05cf67 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 9 Feb 2017 19:30:43 +0100 Subject: [PATCH] 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 https://jira.digi.com/browse/DEL-3088 --- meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend diff --git a/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend b/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 000000000..d9020a0e6 --- /dev/null +++ b/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend @@ -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"